DBA Data[Home] [Help]

APPS.PAY_ZA_PAYSLIP_ARCHIVE dependencies on STANDARD

Line 499: procedure setup_standard_balance_table is

495: hr_utility.set_location('Leaving ' || l_proc, 30);
496:
497: end setup_element_definitions;
498:
499: procedure setup_standard_balance_table is
500:
501: type balance_name_rec is record (balance_name varchar2(80));
502:
503: type balance_id_rec is record (defined_balance_id number);

Line 536: l_proc := g_package || 'setup_standard_balance_table';

532: l_proc varchar2(100);
533:
534: begin
535: l_dimension := '_ASG_TAX_YTD';
536: l_proc := g_package || 'setup_standard_balance_table';
537: -- Removed default assignment to remove GSCC warning
538:
539: hr_utility.set_location('Entering ' || l_proc, 10);
540: hr_utility.set_location('Step ' || l_proc, 20);

Line 822: end setup_standard_balance_table;

818: hr_utility.set_location('l_archive_index = ' || l_archive_index, 50);
819:
820: hr_utility.set_location('Leaving ' || l_proc, 60);
821:
822: end setup_standard_balance_table;
823:
824: procedure arch_za_pay_action_level_data(
825: p_payroll_action_id in number
826: ,p_payroll_id in number

Line 1208: pay_za_payslip_archive.setup_standard_balance_table;

1204:
1205: end loop;
1206:
1207: -- Setup statutory balances pl/sql table
1208: pay_za_payslip_archive.setup_standard_balance_table;
1209:
1210: hr_utility.set_location('Leaving ' || l_proc, 20);
1211:
1212: end archinit;

Line 2226: 'NP' run_type -- Standard Run, Process Separate Run

2222: and prt.run_method = 'S'
2223: and p_effective_date between prt.effective_start_date and prt.effective_end_date
2224: union
2225: select paa.assignment_action_id child_assignment_action_id,
2226: 'NP' run_type -- Standard Run, Process Separate Run
2227: from pay_assignment_actions paa
2228: where paa.payroll_action_id = p_payroll_action_id
2229: and paa.assignment_id = p_assignment_id
2230: and paa.action_sequence =