DBA Data[Home] [Help]

APPS.PAY_ZA_PAYSLIP_ARCHIVE dependencies on STANDARD

Line 510: procedure setup_standard_balance_table is

506: hr_utility.set_location('Leaving ' || l_proc, 30);
507:
508: end setup_element_definitions;
509:
510: procedure setup_standard_balance_table is
511:
512: type balance_name_rec is record (balance_name varchar2(80));
513:
514: type balance_id_rec is record (defined_balance_id number);

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

551: l_proc varchar2(100);
552:
553: begin
554: l_dimension := '_ASG_TAX_YTD';
555: l_proc := g_package || 'setup_standard_balance_table';
556: -- Removed default assignment to remove GSCC warning
557:
558: hr_utility.set_location('Entering ' || l_proc, 10);
559: hr_utility.set_location('Step ' || l_proc, 20);

Line 888: end setup_standard_balance_table;

884: hr_utility.set_location('l_archive_index = ' || l_archive_index, 50);
885:
886: hr_utility.set_location('Leaving ' || l_proc, 60);
887:
888: end setup_standard_balance_table;
889:
890: procedure arch_za_pay_action_level_data(
891: p_payroll_action_id in number
892: ,p_payroll_id in number

Line 1343: pay_za_payslip_archive.setup_standard_balance_table;

1339:
1340: end loop;
1341:
1342: -- Setup statutory balances pl/sql table
1343: pay_za_payslip_archive.setup_standard_balance_table;
1344:
1345: hr_utility.set_location('Leaving ' || l_proc, 20);
1346:
1347: end archinit;

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

2482: and prt.run_method = 'S'
2483: and p_effective_date between prt.effective_start_date and prt.effective_end_date
2484: union
2485: select paa.assignment_action_id child_assignment_action_id,
2486: 'NP' run_type -- Standard Run, Process Separate Run
2487: from pay_assignment_actions paa
2488: where paa.payroll_action_id = p_payroll_action_id
2489: and paa.assignment_id = p_assignment_id
2490: and paa.action_sequence =