DBA Data[Home] [Help]

APPS.PAY_KR_PAYSLIP_ARCHIVE dependencies on STANDARD

Line 131: -- This procedure archives all the standard earnings and deductions

127: RAISE;
128: END assignment_action_code;
129:
130: /********************************************************************************
131: -- This procedure archives all the standard earnings and deductions
132: -- elements into pay_action_information with action_information_category
133: -- as 'APAC ELEMENTS'.
134: ********************************************************************************/
135:

Line 136: PROCEDURE archive_kr_standard_elements

132: -- elements into pay_action_information with action_information_category
133: -- as 'APAC ELEMENTS'.
134: ********************************************************************************/
135:
136: PROCEDURE archive_kr_standard_elements
137: (p_pre_assignment_action_id IN pay_assignment_actions.assignment_action_id%TYPE
138: ,p_pre_effective_date IN DATE
139: ,p_arch_assignment_action_id IN NUMBER)
140: IS

Line 160: hr_utility.trace('Entering the archive_kr_standard_elements procedure');

156:
157: BEGIN
158:
159: if g_debug then
160: hr_utility.trace('Entering the archive_kr_standard_elements procedure');
161: end if;
162:
163: FOR csr_record IN csr_std_elements(p_pre_assignment_action_id)
164: LOOP

Line 186: hr_utility.trace('Exiting the archive_kr_standard_elements procedure');

182:
183: END LOOP;
184:
185: if g_debug then
186: hr_utility.trace('Exiting the archive_kr_standard_elements procedure');
187: end if;
188:
189: EXCEPTION
190: WHEN OTHERS THEN

Line 191: hr_utility.trace('Error raised in Archiving KR Standard Elements');

187: end if;
188:
189: EXCEPTION
190: WHEN OTHERS THEN
191: hr_utility.trace('Error raised in Archiving KR Standard Elements');
192: RAISE;
193:
194: END archive_kr_standard_elements;
195:

Line 194: END archive_kr_standard_elements;

190: WHEN OTHERS THEN
191: hr_utility.trace('Error raised in Archiving KR Standard Elements');
192: RAISE;
193:
194: END archive_kr_standard_elements;
195:
196: /********************************************************************************
197: -- This procedure archives Annual Leave information of an employee into
198: -- pay_action_information with action_information_category as

Line 675: -- archive_kr_standard_elements : archives the standards elements that

671: -- archive_code code calls the following procedures to archive the
672: -- information required for the Korea Self service Online-Payslip
673:
674: -- archive_employee_details : Which archives the employee details
675: -- archive_kr_standard_elements : archives the standards elements that
676: are processed by payroll run.
677: -- archive_leave_balances : archives the anuual leave information
678: and also the accrual plan information
679: -- archive_employee_other_info : archive other info like KR job title,

Line 845: archive_kr_standard_elements(

841: ,p_tax_unit_id => csr_master_record.tax_unit_id -- business place id
842: ,p_run_action_id => csr_master_record.run_assignment_action_id
843: ,p_run_effective_date => csr_master_record.run_effective_date);
844:
845: archive_kr_standard_elements(
846: p_pre_assignment_action_id => csr_master_record.pre_assignment_action_id
847: ,p_pre_effective_date => csr_master_record.prepayment_effective_date
848: -- 3580598
849: ,p_arch_assignment_action_id => csr_master_record.chld_arc_assignment_action_id --archival ass_action_id