DBA Data[Home] [Help]

APPS.HR_DM_INIT dependencies on HR_PUMP_UTILS

Line 1257: l_batch_id := hr_pump_utils.create_batch_header(

1253: ')(Ph ID ' || l_phase_id ||
1254: ')(Grp ID ' || l_group_id || ')' ||
1255: '[' || l_group_text || ']';
1256:
1257: l_batch_id := hr_pump_utils.create_batch_header(
1258: p_batch_name => l_batch_name,
1259: p_business_group_name => l_business_group_name,
1260: p_reference => 'HR Data Migrator');
1261: