DBA Data[Home] [Help]

APPS.PAY_CPT_BUS dependencies on FF_CONTEXTS

Line 1330: ff_contexts C,

1326:
1327: /* cursor csr_assigned is
1328: select PA.context_value from
1329: pay_action_contexts PA,
1330: ff_contexts C,
1331: pay_ca_emp_prov_tax_info_f PR
1332: where C.context_id = PA.context_id
1333: and C.context_name = 'JURISDICTION_CODE'
1334: and PA.context_value = PR.province_code

Line 1342: ff_contexts C,

1338:
1339: cursor csr_assigned(p_csr_tmp_date in date) is
1340: select PA.context_value from
1341: pay_action_contexts PA,
1342: ff_contexts C,
1343: pay_ca_emp_prov_tax_info_f PR,
1344: pay_assignment_actions paa,
1345: per_assignments_f paf
1346: where C.context_id = PA.context_id