DBA Data[Home] [Help]

APPS.PAY_NL_TAX_PKG dependencies on PAY_ASSIGNMENT_ACTIONS

Line 18: ,pay_assignment_actions PAA

14: CURSOR csr_extra_info(c_flex_context IN VARCHAR2) is
15: Select TARGET.*
16: From
17: per_assignment_extra_info TARGET
18: ,pay_assignment_actions PAA
19: ,pay_payroll_actions PACT
20: ,per_time_periods TPERIOD
21: where PAA.assignment_action_id = p_assignment_action_id
22: AND target.information_type = c_flex_context

Line 35: ,pay_assignment_actions PAA

31: CURSOR csr_extra_info_Sm_job(c_flex_context IN VARCHAR2) is
32: Select TARGET.*
33: From
34: per_assignment_extra_info TARGET
35: ,pay_assignment_actions PAA
36: ,pay_payroll_actions PACT
37: ,per_time_periods TPERIOD
38: where PAA.assignment_action_id = p_assignment_action_id
39: AND target.information_type = c_flex_context