DBA Data[Home] [Help]

APPS.PAY_US_MULTI_MMRF dependencies on PAY_ASSIGNMENT_ACTIONS

Line 62: pay_assignment_actions paa

58:
59: CURSOR C_EMP_count(cp_tax_unit_id number) IS
60: select count(*)
61: from pay_payroll_actions ppa,
62: pay_assignment_actions paa
63: where ppa.report_type = 'W2'
64: and report_qualifier = 'FED'
65: and effective_date = to_date('31/12/'||w2_year,'dd/mm/yyyy')
66: and ppa.payroll_action_id = paa.payroll_action_id

Line 124: pay_assignment_actions paa,

120: ) val
121: FROM ff_archive_items fai,
122: pay_action_interlocks pai,
123: pay_payroll_actions ppa,
124: pay_assignment_actions paa,
125: ff_user_entities fue
126: where ppa.report_type = 'W2'
127: and ppa.report_qualifier = 'FED'
128: and effective_date = to_date('31/12/'||w2_year,'dd/mm/yyyy')

Line 198: ,pay_assignment_actions paa

194: 'A_SIT_PRE_TAX_REDNS_PER_JD_GRE_YTD',nvl(sum(value),0) * 100
195: ) val
196: FROM ff_archive_item_contexts faic
197: ,ff_archive_items fai
198: ,pay_assignment_actions paa
199: ,pay_payroll_actions ppa
200: ,pay_action_interlocks pai
201: ,ff_user_entities fue
202: WHERE

Line 224: ,pay_assignment_actions paa

220:
221: CURSOR c_ro_count ( cp_tax_unit_id number) IS
222: select count(*)
223: from pay_payroll_actions ppa
224: ,pay_assignment_actions paa
225: ,ff_archive_items fai
226: where ppa.report_type = 'W2'
227: and ppa.report_qualifier = 'FED'
228: and effective_date = to_date('31/12/'||w2_year,'dd/mm/yyyy')