DBA Data[Home] [Help]

APPS.PAY_CPT_BUS dependencies on PAY_ACTION_CONTEXTS

Line 1329: pay_action_contexts PA,

1325: -- less than DATE EARNED.
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'

Line 1341: pay_action_contexts PA,

1337:
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