DBA Data[Home] [Help]

APPS.PAY_IN_BAL_UPL_STRUCT dependencies on FF_CONTEXTS

Line 455: from pay_legislation_contexts plc, ff_contexts fc

451:
452: CURSOR csr_rule3 (p_leg_code IN VARCHAR2)
453: IS
454: select 1, input_value_name
455: from pay_legislation_contexts plc, ff_contexts fc
456: where legislation_code= p_leg_code
457: and plc.context_id = fc.context_id
458: and fc.context_name = 'JURISDICTION_CODE';
459:

Line 463: from pay_legislation_contexts plc, ff_contexts fc

459:
460: CURSOR csr_rule4 (p_leg_code IN VARCHAR2)
461: IS
462: select 1, input_value_name
463: from pay_legislation_contexts plc, ff_contexts fc
464: where legislation_code= p_leg_code
465: and plc.context_id = fc.context_id
466: and fc.context_name = 'SOURCE_TEXT2';
467: