DBA Data[Home] [Help]

APPS.PAY_FR_RULES dependencies on FF_CONTEXTS

Line 64: from ff_contexts ffc,

60: and et.language = userenv('lang');
61:
62: cursor csr_get_input_name is
63: select plc.input_value_name
64: from ff_contexts ffc,
65: pay_legislation_contexts plc
66: where ffc.context_name = p_cxt_name
67: and ffc.context_id = plc.context_id
68: and plc.legislation_code = 'FR';