DBA Data[Home] [Help]

APPS.PAY_CORE_UTILS dependencies on FF_CONTEXTS

Line 1314: ff_contexts fc

1310: ,'SOURCE_NUMBER' ,'SOURCE_NUMBER_IV'
1311: ,null
1312: ) rule_type
1313: from pay_legislation_contexts plc,
1314: ff_contexts fc
1315: where plc.legislation_code(+) = p_legislation
1316: and plc.context_id (+) = fc.context_id
1317: and fc.context_name in
1318: ('JURISDICTION_CODE'

Line 1487: from ff_contexts fc,

1483: is
1484: cursor get_contexts (p_bus_grp in number) is
1485: select fc.context_name,
1486: pbg.legislation_code
1487: from ff_contexts fc,
1488: per_business_groups_perf pbg
1489: where pbg.business_group_id = p_bus_grp
1490: and fc.context_name in ('JURISDICTION_CODE',
1491: 'SOURCE_ID',