DBA Data[Home] [Help]

APPS.PER_RI_CONFIG_MAIN dependencies on HR_DATA_PUMP

Line 1138: hr_data_pump.main (errbuf => l_errbuf

1134: BEGIN
1135: --
1136: -- run data pump to load hrms entities into schema
1137: --
1138: hr_data_pump.main (errbuf => l_errbuf
1139: ,retcode => l_retcode
1140: ,p_batch_id => l_batch_header_id
1141: ,p_validate => 'N'
1142: ,p_pap_group_id => null);

Line 1278: hr_data_pump.main (errbuf => l_errbuf

1274: BEGIN
1275: --
1276: -- run data pump to load hrms entities into schema
1277: --
1278: hr_data_pump.main (errbuf => l_errbuf
1279: ,retcode => l_retcode
1280: ,p_batch_id => l_batch_header_id
1281: ,p_validate => 'N'
1282: ,p_pap_group_id => null);