DBA Data[Home] [Help]

APPS.PAY_US_MULTI_MMRF dependencies on PAY_PAYROLL_ACTIONS

Line 61: from pay_payroll_actions ppa,

57: RETURN varchar2 IS
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')

Line 123: pay_payroll_actions ppa,

119: , 'A_W2_ROTH_403B_PER_GRE_YTD', nvl(sum(value),0) * 100
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'

Line 199: ,pay_payroll_actions ppa

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
203: ppa.report_type = 'W2'

Line 223: from pay_payroll_actions ppa

219:
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'