DBA Data[Home] [Help]

APPS.PER_RI_CONFIG_MAIN dependencies on HR_DATA_PUMP

Line 1204: hr_data_pump.main (errbuf => l_errbuf

1200: BEGIN
1201: --
1202: -- run data pump to load hrms entities into schema
1203: --
1204: hr_data_pump.main (errbuf => l_errbuf
1205: ,retcode => l_retcode
1206: ,p_batch_id => l_batch_header_id
1207: ,p_validate => 'N'
1208: ,p_pap_group_id => null);

Line 1267: hr_data_pump.main (errbuf => l_errbuf

1263: hr_multi_tenancy_pkg.set_context('ENT');
1264: --
1265: -- run data pump to load hrms entities into schema
1266: --
1267: hr_data_pump.main (errbuf => l_errbuf
1268: ,retcode => l_retcode
1269: ,p_batch_id => l_batch_header_id
1270: ,p_validate => 'N'
1271: ,p_pap_group_id => null);

Line 1408: hr_data_pump.main (errbuf => l_errbuf

1404: BEGIN
1405: --
1406: -- run data pump to load hrms entities into schema
1407: --
1408: hr_data_pump.main (errbuf => l_errbuf
1409: ,retcode => l_retcode
1410: ,p_batch_id => l_batch_header_id
1411: ,p_validate => 'N'
1412: ,p_pap_group_id => null);