DBA Data[Home] [Help]

APPS.PAY_US_ACTION_ARCH dependencies on FND_APPLICATION

Line 967: fnd_application fa

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'
970: and pbt.balance_name = fdu.form_left_prompt
971: and pbt.legislation_code = 'US'