DBA Data[Home] [Help]

APPS.BEN_PREM_PRTT_MONTHLY dependencies on BEN_BATCH_UTILS

Line 1108: l_actn := 'Calling ben_batch_utils.person_header...';

1104: Savepoint process_premium_savepoint;
1105: --
1106: -- Cache person data and write personal data into cache.
1107: --
1108: l_actn := 'Calling ben_batch_utils.person_header...';
1109: ben_batch_utils.person_header
1110: (p_person_id => p_person_id
1111: ,p_business_group_id => p_business_group_id
1112: ,p_effective_date => p_effective_date

Line 1109: ben_batch_utils.person_header

1105: --
1106: -- Cache person data and write personal data into cache.
1107: --
1108: l_actn := 'Calling ben_batch_utils.person_header...';
1109: ben_batch_utils.person_header
1110: (p_person_id => p_person_id
1111: ,p_business_group_id => p_business_group_id
1112: ,p_effective_date => p_effective_date
1113: );

Line 1115: l_actn := 'Calling ben_batch_utils.ini(COMP_OBJ)...';

1111: ,p_business_group_id => p_business_group_id
1112: ,p_effective_date => p_effective_date
1113: );
1114: --
1115: l_actn := 'Calling ben_batch_utils.ini(COMP_OBJ)...';
1116: ben_batch_utils.ini('COMP_OBJ');
1117: -- Concurrent Code End
1118:
1119: for l_results in c_results loop

Line 1116: ben_batch_utils.ini('COMP_OBJ');

1112: ,p_effective_date => p_effective_date
1113: );
1114: --
1115: l_actn := 'Calling ben_batch_utils.ini(COMP_OBJ)...';
1116: ben_batch_utils.ini('COMP_OBJ');
1117: -- Concurrent Code End
1118:
1119: for l_results in c_results loop
1120: -- Concurrent Code Begin

Line 1342: l_actn := 'Calling Ben_batch_utils.write_comp...';

1338: end if; -- comp object rule passed
1339: end loop; -- results
1340: -- Concurrent Code Begin
1341: hr_utility.set_location(l_package,110);
1342: l_actn := 'Calling Ben_batch_utils.write_comp...';
1343: Ben_batch_utils.write_comp(p_business_group_id => p_business_group_id
1344: ,p_effective_date => p_effective_date
1345: );
1346: l_actn := 'About to optionally rollback...';

Line 1343: Ben_batch_utils.write_comp(p_business_group_id => p_business_group_id

1339: end loop; -- results
1340: -- Concurrent Code Begin
1341: hr_utility.set_location(l_package,110);
1342: l_actn := 'Calling Ben_batch_utils.write_comp...';
1343: Ben_batch_utils.write_comp(p_business_group_id => p_business_group_id
1344: ,p_effective_date => p_effective_date
1345: );
1346: l_actn := 'About to optionally rollback...';
1347: If (p_validate = 'Y') then

Line 1372: ben_batch_utils.write_error_rec;

1368: l_error_text := sqlerrm;
1369: hr_utility.set_location ('Fail in '||l_package,998);
1370: hr_utility.set_location (' with error '||l_error_text,999);
1371: rollback to process_premium_savepoint;
1372: ben_batch_utils.write_error_rec;
1373: ben_batch_utils.rpt_error(p_proc => l_package
1374: ,p_last_actn => l_actn
1375: ,p_rpt_flag => TRUE);
1376: Ben_batch_utils.write_comp(p_business_group_id => p_business_group_id

Line 1373: ben_batch_utils.rpt_error(p_proc => l_package

1369: hr_utility.set_location ('Fail in '||l_package,998);
1370: hr_utility.set_location (' with error '||l_error_text,999);
1371: rollback to process_premium_savepoint;
1372: ben_batch_utils.write_error_rec;
1373: ben_batch_utils.rpt_error(p_proc => l_package
1374: ,p_last_actn => l_actn
1375: ,p_rpt_flag => TRUE);
1376: Ben_batch_utils.write_comp(p_business_group_id => p_business_group_id
1377: ,p_effective_date => p_effective_date

Line 1376: Ben_batch_utils.write_comp(p_business_group_id => p_business_group_id

1372: ben_batch_utils.write_error_rec;
1373: ben_batch_utils.rpt_error(p_proc => l_package
1374: ,p_last_actn => l_actn
1375: ,p_rpt_flag => TRUE);
1376: Ben_batch_utils.write_comp(p_business_group_id => p_business_group_id
1377: ,p_effective_date => p_effective_date
1378: );
1379: If p_person_action_id is not null then
1380: ben_person_actions_api.update_person_actions

Line 1388: raise ben_batch_utils.g_record_error;

1384: ,p_effective_date => p_effective_date
1385: );
1386: End if;
1387: commit;
1388: raise ben_batch_utils.g_record_error;
1389: -- Concurrent Code End
1390: end main;
1391: end ben_prem_prtt_monthly;