DBA Data[Home] [Help]

APPS.PAY_IP_STARTUP_UTIL dependencies on PAY_RUN_TYPE_USAGE_API

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

2292:
2293: hr_utility.set_location('pay_ip_startup_util.create_runtype',20);
2294:
2295: write_log('LOG',NULL,NULL,NULL);
2296: write_log('LOG','PAY_34016_IP_CALL_PROC','PAY_RUN_TYPE_USAGE_API',NULL);
2297:
2298: FOR rec_parent IN run_type_parent_csr (p_legislation_code) LOOP
2299: FOR rec_child IN run_type_child_csr(p_legislation_code) LOOP
2300:

Line 2313: pay_run_type_usage_api.update_run_type_usage (

2309: AND sysdate between effective_start_date and effective_end_date
2310: AND business_group_id IS NULL;
2311: l_process := 'Run Type Usage :' || rec_child.run_type_name;
2312: write_log('LOG','PAY_34015_IP_UPD_TABLE',l_process,NULL);
2313: pay_run_type_usage_api.update_run_type_usage (
2314: p_effective_date => g_start_of_time
2315: ,p_datetrack_update_mode => 'CORRECTION'
2316: ,p_run_type_usage_id => l_rtu_id
2317: ,p_object_version_number => l_rtu_ovn

Line 2328: pay_run_type_usage_api.create_run_type_usage (

2324: EXCEPTION
2325: WHEN NO_DATA_FOUND THEN
2326: write_log ('LOG','PAY_34012_IP_INS_DATA', 'Run Type Usage', rec_child.run_type_name);
2327: write_log ('OUTPUT','PAY_34012_IP_INS_DATA', 'Run Type Usage', rec_child.run_type_name);
2328: pay_run_type_usage_api.create_run_type_usage (
2329: p_effective_date => g_start_of_time
2330: ,p_parent_run_type_id => rec_parent.parent_id
2331: ,p_child_run_type_id => rec_child.child_id
2332: ,p_sequence => rec_child.sequence