DBA Data[Home] [Help]

APPS.GML_OPM_OM_CONV_MIG_PKG dependencies on INV_MIGRATE_PROCESS_ORG

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

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

Line 434: inv_migrate_process_org.create_location(

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

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

468: p_run_id => p_migration_run_id,
469: p_log_level => FND_LOG.LEVEL_ERROR,
470: p_message_token => 'GMI_LOC_CREATION_FAILED',
471: p_table_name => 'IC_LOCT_MST',
472: p_context => 'inv_migrate_process_org.create_location',
473: p_param1 => allocations_for_line_rec.whse_code,
474: p_param2 => allocations_for_line_rec.location,
475: p_param3 => NULL,
476: p_param4 => NULL,

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

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