DBA Data[Home] [Help]

APPS.PAY_SG_IRAS_AMEND_SETUP dependencies on PER_ALL_ASSIGNMENTS_F

Line 62: type t_assignment_list is table of per_all_assignments_f.assignment_id%type;

58: v_basis_year number;
59: -------------------------------------------
60: -- Record of Assignments
61: -------------------------------------------
62: type t_assignment_list is table of per_all_assignments_f.assignment_id%type;
63: asglist t_assignment_list;
64: ----------------------------------------------------------------------------
65: -- Legislative Parameters for Run
66: ----------------------------------------------------------------------------

Line 217: v_assignment_id per_all_assignments_f.assignment_id%type;

213: is
214: v_national_identifier per_all_people_f.national_identifier%type;
215: v_start_date varchar2(50); /* Bug# 3910804 */
216: v_person_id per_all_people_f.person_id%type;
217: v_assignment_id per_all_assignments_f.assignment_id%type;
218: v_setup_action pay_assignment_actions.payroll_action_id%type;
219: ------------------------------------------------------------------------
220: -- Get Person Details
221: -- Bug 3910804 - Selected canonical format of person start date