DBA Data[Home] [Help]

APPS.PAY_US_ACTION_ARCH dependencies on FND_DESCR_FLEX_COL_USAGE_TL

Line 965: from fnd_descr_flex_col_usage_tl fdu,

961: and legislation_code = 'US';
962:
963: cursor c_get_balances (cp_action_context in varchar2) is
964: select fdu.form_left_prompt, pbt.balance_type_id
965: from fnd_descr_flex_col_usage_tl fdu,
966: pay_balance_types pbt,
967: fnd_application fa
968: where fdu.descriptive_flexfield_name = 'Action Information DF'
969: and fdu.language = 'US'