DBA Data[Home] [Help]

APPS.PAY_US_ACTION_ARCH dependencies on FND_DESCR_FLEX_COL_USAGE_TL

Line 1070: from fnd_descr_flex_col_usage_tl fdu,

1066: and legislation_code = 'US';
1067:
1068: cursor c_get_balances (cp_action_context in varchar2) is
1069: select fdu.form_left_prompt, pbt.balance_type_id
1070: from fnd_descr_flex_col_usage_tl fdu,
1071: pay_balance_types pbt,
1072: fnd_application fa
1073: where fdu.descriptive_flexfield_name = 'Action Information DF'
1074: and fdu.language = 'US'

Line 1086: from fnd_descr_flex_col_usage_tl fdu,

1082: order by fdu.descriptive_flex_context_code, fdu.form_left_prompt;
1083:
1084: cursor c_get_psd_balances (cp_action_context in varchar2) is
1085: select fdu.form_left_prompt, pbt.balance_type_id
1086: from fnd_descr_flex_col_usage_tl fdu,
1087: pay_balance_types pbt,
1088: fnd_application fa
1089: where fdu.descriptive_flexfield_name = 'Action Information DF'
1090: and fdu.language = 'US'