DBA Data[Home] [Help]

APPS.PAY_NZ_EFT dependencies on PER_PEOPLE_F

Line 36: ** Bug 2920728 - Replaced per_all_people_f with per_people_f

32: ** Cursor to retrieve ASB Bank Fastnet Office Direct Credit CSV Import File
33: ** header records
34: */
35: /*
36: ** Bug 2920728 - Replaced per_all_people_f with per_people_f
37: */
38:
39: cursor c_asb_csv_header is
40: Select

Line 68: , per_people_f p

64: , pay_pre_payments ppp
65: , pay_assignment_actions paa
66: , pay_payroll_actions ppa
67: , per_assignments_f a
68: , per_people_f p
69: , hr_organization_units o
70:
71: where
72: ppa.payroll_action_id =

Line 97: ** Bug 2920728 - Replaced per_all_people_f with per_people_f

93: ** Cursor to retrieve ASB Bank Fastnet Office Direct Credit CSV Import File
94: ** detail records
95: */
96: /*
97: ** Bug 2920728 - Replaced per_all_people_f with per_people_f
98: */
99:
100:
101: cursor c_asb_csv_detail is

Line 146: , per_people_f p

142: , pay_pre_payments ppp
143: , pay_assignment_actions paa
144: , pay_payroll_actions ppa
145: , per_assignments_f a
146: , per_people_f p
147: , hr_organization_units o
148: where
149: ppa.payroll_action_id =
150: pay_magtape_generic.get_parameter_value('PAYROLL_ACTION_ID')