DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT_COMMON_SAVE_WEB dependencies on PAY_PEOPLE_GROUPS

Line 144: ,p_pgp_rec out nocopy pay_people_groups%rowtype

140: );
141: --
142: procedure get_pgp_from_tt
143: (p_transaction_step_id in number
144: ,p_pgp_rec out nocopy pay_people_groups%rowtype
145: );
146: --
147: procedure get_scl_from_tt
148: (p_transaction_step_id in number

Line 157: ,p_pgp_rec out nocopy pay_people_groups%rowtype);

153: ,p_effective_date in date
154: ,p_assignment_rec out nocopy per_all_assignments_f%rowtype);
155: --
156: procedure get_pgp_from_pgp(p_people_group_id in number
157: ,p_pgp_rec out nocopy pay_people_groups%rowtype);
158: --
159: procedure get_scl_from_scl(p_soft_coding_keyflex_id in number
160: ,p_scl_rec out nocopy hr_soft_coding_keyflex%rowtype);
161: --