DBA Data[Home] [Help]

APPS.GML_OPM_OM_CONV_MIG_PKG dependencies on INV_MIGRATE_PROCESS_ORG

Line 436: GMI_RESERVATION_UTIL.Println('location (l_locator_id) was NULL so calling inv_migrate_process_org.create_location');

432: GMI_RESERVATION_UTIL.Println('location becomes locator_id '|| l_locator_id);
433: -- as per Jatinder Gogna to support part of bug fix 5595222
434: -- Create locator in discrete ( dynamic locator)
435: IF (l_locator_id is NULL) THEN
436: GMI_RESERVATION_UTIL.Println('location (l_locator_id) was NULL so calling inv_migrate_process_org.create_location');
437: l_failure_count1 := 0;
438: inv_migrate_process_org.create_location(
439: p_migration_run_id => p_migration_run_id,
440: p_organization_id => l_organization_id,

Line 438: inv_migrate_process_org.create_location(

434: -- Create locator in discrete ( dynamic locator)
435: IF (l_locator_id is NULL) THEN
436: GMI_RESERVATION_UTIL.Println('location (l_locator_id) was NULL so calling inv_migrate_process_org.create_location');
437: l_failure_count1 := 0;
438: inv_migrate_process_org.create_location(
439: p_migration_run_id => p_migration_run_id,
440: p_organization_id => l_organization_id,
441: p_subinventory_code => allocations_for_line_rec.whse_code,
442: p_location => allocations_for_line_rec.location,

Line 476: p_context => 'inv_migrate_process_org.create_location',

472: p_run_id => p_migration_run_id,
473: p_log_level => FND_LOG.LEVEL_ERROR,
474: p_message_token => 'GMI_LOC_CREATION_FAILED',
475: p_table_name => 'IC_LOCT_MST',
476: p_context => 'inv_migrate_process_org.create_location',
477: p_param1 => allocations_for_line_rec.whse_code,
478: p_param2 => allocations_for_line_rec.location,
479: p_param3 => NULL,
480: p_param4 => NULL,

Line 487: GMI_RESERVATION_UTIL.Println('after calling inv_migrate_process_org.create_location - locator_id '|| l_locator_id);

483: p_app_short_name => 'GMI');
484: l_failure_count := l_failure_count + l_failure_count1;
485: raise FND_API.G_EXC_ERROR;
486: END IF; -- IF (l_failure_count1 > 0) THEN
487: GMI_RESERVATION_UTIL.Println('after calling inv_migrate_process_org.create_location - locator_id '|| l_locator_id);
488:
489: END IF; -- IF (l_locator_id is NULL) THEN
490:
491: