DBA Data[Home] [Help]

APPS.PAY_SG_IRAS_ARCHIVE dependencies on HR_ORGANIZATION_UNITS

Line 96: p_business_group_id in hr_organization_units.business_group_id%type,

92: --------------------------------------------------------------------
93: procedure archive_balances
94: ( p_assignment_action_id in pay_assignment_actions.assignment_action_id%type,
95: p_person_id in per_all_people_f.person_id%type,
96: p_business_group_id in hr_organization_units.business_group_id%type,
97: p_tax_unit_id in ff_archive_item_contexts.context%type,
98: p_basis_year in varchar2 );
99: --
100: procedure archive_balance_dates

Line 103: p_business_group_id in hr_organization_units.business_group_id%type,

99: --
100: procedure archive_balance_dates
101: ( p_person_id in per_all_people_f.person_id%TYPE,
102: p_basis_year in varchar2,
103: p_business_group_id in hr_organization_units.business_group_id%type,
104: p_assignment_action_id in pay_assignment_actions.assignment_action_id%type,
105: p_run_ass_action_id in pay_assignment_actions.assignment_action_id%type,
106: p_tax_unit_id in pay_assignment_actions.tax_unit_id%type );
107: --

Line 110: p_business_group_id in hr_organization_units.business_group_id%type,

106: p_tax_unit_id in pay_assignment_actions.tax_unit_id%type );
107: --
108: procedure archive_org_info
109: ( p_assignment_action_id in pay_assignment_actions.assignment_action_id%type,
110: p_business_group_id in hr_organization_units.business_group_id%type,
111: p_legal_entity_id in hr_organization_units.organization_id%type,
112: p_person_id in per_all_people_f.person_id%type,
113: p_basis_start in date,
114: p_basis_end in date );

Line 111: p_legal_entity_id in hr_organization_units.organization_id%type,

107: --
108: procedure archive_org_info
109: ( p_assignment_action_id in pay_assignment_actions.assignment_action_id%type,
110: p_business_group_id in hr_organization_units.business_group_id%type,
111: p_legal_entity_id in hr_organization_units.organization_id%type,
112: p_person_id in per_all_people_f.person_id%type,
113: p_basis_start in date,
114: p_basis_end in date );
115: --

Line 157: p_business_group_id in hr_organization_units.business_group_id%type,

153: -- Bug 5435088, Added for payroll date
154: --------------------------------------------------------------------------
155: procedure archive_payroll_date
156: ( p_assignment_action_id in pay_assignment_actions.assignment_action_id%type,
157: p_business_group_id in hr_organization_units.business_group_id%type,
158: p_legal_entity_id in hr_organization_units.organization_id%type,
159: p_person_id in per_all_people_f.person_id%type,
160: p_basis_year in varchar2);
161: --

Line 158: p_legal_entity_id in hr_organization_units.organization_id%type,

154: --------------------------------------------------------------------------
155: procedure archive_payroll_date
156: ( p_assignment_action_id in pay_assignment_actions.assignment_action_id%type,
157: p_business_group_id in hr_organization_units.business_group_id%type,
158: p_legal_entity_id in hr_organization_units.organization_id%type,
159: p_person_id in per_all_people_f.person_id%type,
160: p_basis_year in varchar2);
161: --
162: --

Line 171: p_legal_entity_id in hr_organization_units.organization_id%type,

167: procedure archive_assignment_eits
168: ( p_assignment_action_id in pay_assignment_actions.assignment_action_id%type,
169: p_person_id in per_all_people_f.person_id%type,
170: p_assignment_id in per_all_assignments_f.assignment_id%type,
171: p_legal_entity_id in hr_organization_units.organization_id%type,
172: p_basis_start in date,
173: p_basis_end in date );
174: --
175: --------------------------------------------------------------------------

Line 182: p_legal_entity_id in hr_organization_units.organization_id%type,

178: procedure archive_ass_bonus_date_eits
179: ( p_assignment_action_id in pay_assignment_actions.assignment_action_id%type,
180: p_person_id in per_all_people_f.person_id%type,
181: p_assignment_id in per_all_assignments_f.assignment_id%type,
182: p_legal_entity_id in hr_organization_units.organization_id%type,
183: p_basis_start in date,
184: p_basis_end in date );
185: --
186: --------------------------------------------------------------------------

Line 193: p_legal_entity_id in hr_organization_units.organization_id%type,

189: procedure archive_ass_payment_method
190: ( p_assignment_action_id in pay_assignment_actions.assignment_action_id%type,
191: p_person_id in per_all_people_f.person_id%type,
192: p_assignment_id in per_all_assignments_f.assignment_id%type,
193: p_legal_entity_id in hr_organization_units.organization_id%type,
194: p_basis_start in date,
195: p_basis_end in date);
196: --
197: -------------------------------------------------------------------------

Line 203: p_legal_entity_id in hr_organization_units.organization_id%type,

199: -------------------------------------------------------------------------
200: procedure archive_os_assignment
201: ( p_assignment_action_id in pay_assignment_actions.assignment_action_id%type,
202: p_person_id in per_all_people_f.person_id%type,
203: p_legal_entity_id in hr_organization_units.organization_id%type,
204: p_basis_start in date,
205: p_basis_end in date );
206: --
207: --------------------------------------------------------------------------

Line 214: p_legal_entity_id in hr_organization_units.organization_id%type,

210: procedure archive_job_designation
211: ( p_assignment_action_id in pay_assignment_actions.assignment_action_id%type,
212: p_person_id in per_all_people_f.person_id%type,
213: p_assignment_id in per_all_assignments_f.assignment_id%type,
214: p_legal_entity_id in hr_organization_units.organization_id%type,
215: p_basis_start in date,
216: p_basis_end in date,
217: p_er_designation_type in hr_organization_information.org_information17%type,
218: p_er_position_seg_type in hr_organization_information.org_information18%type );