My Oracle Support Banner

PALDLC PRC: Distribute Labor Costs Fails Returning Signal 11 (Doc ID 2554975.1)

Last updated on APRIL 21, 2023

Applies to:

Oracle Project Costing - Version 12.2.7 and later
Information in this document applies to any platform.

Symptoms

PALDLC DISTRIBUTE LABOR COSTS ENCOUNTERS SIGNAL 11 ERROR

Seems to be the same issue as Bug 20897297 : PALDLC DISTRIBUTE LABOR COSTS ENCOUNTERS SIGNAL 11 ERROR

However, customer is on pabcp.ldt 120.64.12020000.38, which includes the fix to the Accrual Flag parameter:

  BEGIN DFF_SEGMENT "Accrual Flag" "ATTRIBUTE14"
  OWNER = "ORACLE12.2.0"
  LAST_UPDATE_DATE = "2015/04/29 23:01:11"
  COLUMN_SEQ_NUM = "75"
  ENABLED_FLAG = "Y"
  DISPLAY_FLAG = "N"
  REQUIRED_FLAG = "N"
  SECURITY_ENABLED_FLAG = "N"
  FLEX_VALUE_SET_NAME = "PA_SRS_30_CHAR"
  DISPLAY_SIZE = "30"
  MAXIMUM_DESCRIPTION_LEN = "50"
  CONCATENATION_DESCRIPTION_LEN = "25"
  FORM_LEFT_PROMPT = "Accrual Flag"
  FORM_ABOVE_PROMPT = "Accrual Flag"
  DESCRIPTION = "Accrual Flag"
  END DFF_SEGMENT


However, looking at the concurrent request setup, the Accrual Flag parameter does not exist.

The following also does not show the parameter.

SELECT a.application_short_name,
  dfcu.end_user_column_name,
  dfcu.application_column_name,
  decode(dfcu.last_updated_by, 1, 'SEED', 'CUSTOM') owner,
  dfcu.column_seq_num,
  dfcu.enabled_flag,
  dfcu.display_flag,
  dfcu.required_flag,
  dfcu.security_enabled_flag,
  fvs.flex_value_set_name,
  dfcu.display_size,
  dfcu.maximum_description_len,
  dfcu.concatenation_description_len,
  dfcu.range_code,
  dfcu.default_type,
  dfcu.default_value,
  dfcu.srw_param,
  dfcu.form_left_prompt,
  dfcu.form_above_prompt,
  dfcu.description,
  DFCU.DESCRIPTIVE_FLEXFIELD_NAME ,
  DFCU.DESCRIPTIVE_FLEX_CONTEXT_CODE,
  dfcu.last_update_date
  FROM fnd_descr_flex_col_usage_vl dfcu,
  fnd_application a,
  fnd_flex_value_sets fvs
  WHERE a.application_short_name = 'PA'
  AND dfcu.application_id = a.application_id
  AND dfcu.descriptive_flexfield_name = '$SRS$.PALDLC'
  and DFCU.FLEX_VALUE_SET_ID = FVS.FLEX_VALUE_SET_ID(+)
  ORDER BY 5;

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.