DBA Data[Home] [Help]

APPS.PAY_SG_IRAS_ARCHIVE_SETUP dependencies on PER_ALL_ASSIGNMENTS_F

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

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

Line 208: v_assignment_id per_all_assignments_f.assignment_id%type;

204: is
205: v_national_identifier per_all_people_f.national_identifier%type;
206: v_start_date varchar2(50); /* Bug# 3910804 */
207: v_person_id per_all_people_f.person_id%type;
208: v_assignment_id per_all_assignments_f.assignment_id%type;
209: v_setup_action pay_assignment_actions.payroll_action_id%type;
210: ------------------------------------------------------------------------
211: -- Get Person Details
212: -- Bug 3910804 - Selected canonical format of person start date