DBA Data[Home] [Help]

APPS.PAY_CORE_UTILS dependencies on FF_CONTEXTS

Line 1427: ff_contexts fc

1423: ,'SOURCE_NUMBER' ,'SOURCE_NUMBER_IV'
1424: ,null
1425: ) rule_type
1426: from pay_legislation_contexts plc,
1427: ff_contexts fc
1428: where plc.legislation_code(+) = p_legislation
1429: and plc.context_id (+) = fc.context_id
1430: and fc.context_name in
1431: ('JURISDICTION_CODE'

Line 1600: from ff_contexts fc,

1596: is
1597: cursor get_contexts (p_bus_grp in number) is
1598: select fc.context_name,
1599: pbg.legislation_code
1600: from ff_contexts fc,
1601: per_business_groups_perf pbg
1602: where pbg.business_group_id = p_bus_grp
1603: and fc.context_name in ('JURISDICTION_CODE',
1604: 'SOURCE_ID',