DBA Data[Home] [Help]

APPS.PAY_IP_STARTUP_UTIL dependencies on PAY_RUN_TYPE_USAGE_API

Line 1795: write_log('LOG','PAY_34016_IP_CALL_PROC','PAY_RUN_TYPE_USAGE_API',NULL);

1791:
1792: hr_utility.set_location('pay_ip_startup_util.create_runtype',20);
1793:
1794: write_log('LOG',NULL,NULL,NULL);
1795: write_log('LOG','PAY_34016_IP_CALL_PROC','PAY_RUN_TYPE_USAGE_API',NULL);
1796:
1797: FOR rec_parent IN run_type_parent_csr (p_legislation_code) LOOP
1798: FOR rec_child IN run_type_child_csr(p_legislation_code) LOOP
1799:

Line 1812: pay_run_type_usage_api.update_run_type_usage (

1808: AND sysdate between effective_start_date and effective_end_date
1809: AND business_group_id IS NULL;
1810: l_process := 'Run Type Usage :' || rec_child.run_type_name;
1811: write_log('LOG','PAY_34015_IP_UPD_TABLE',l_process,NULL);
1812: pay_run_type_usage_api.update_run_type_usage (
1813: p_effective_date => g_start_of_time
1814: ,p_datetrack_update_mode => 'CORRECTION'
1815: ,p_run_type_usage_id => l_rtu_id
1816: ,p_object_version_number => l_rtu_ovn

Line 1827: pay_run_type_usage_api.create_run_type_usage (

1823: EXCEPTION
1824: WHEN NO_DATA_FOUND THEN
1825: write_log ('LOG','PAY_34012_IP_INS_DATA', 'Run Type Usage', rec_child.run_type_name);
1826: write_log ('OUTPUT','PAY_34012_IP_INS_DATA', 'Run Type Usage', rec_child.run_type_name);
1827: pay_run_type_usage_api.create_run_type_usage (
1828: p_effective_date => g_start_of_time
1829: ,p_parent_run_type_id => rec_parent.parent_id
1830: ,p_child_run_type_id => rec_child.child_id
1831: ,p_sequence => rec_child.sequence