DBA Data[Home] [Help]

APPS.INV_GMI_MIGRATION dependencies on FND_MSG_PUB

Line 2560: fnd_msg_pub.initialize;

2556:
2557: -- Start the balance migration
2558: -- Prepare the data for the migration
2559: -- Get the discrete item id
2560: fnd_msg_pub.initialize;
2561: INV_OPM_Item_Migration.get_ODM_item (
2562: p_migration_run_id => p_migration_run_id,
2563: p_item_id => bal.item_id,
2564: p_organization_id => l_organization_id,

Line 2621: fnd_msg_pub.initialize;

2617: l_lot_number := NULL;
2618: l_parent_lot_number := NULL;
2619:
2620: IF (bal.lot_id > 0) THEN -- Lot controlled item
2621: fnd_msg_pub.initialize;
2622: INV_OPM_Lot_Migration.get_ODM_lot (
2623: p_migration_run_id => p_migration_run_id,
2624: p_item_id => bal.item_id,
2625: p_lot_id => bal.lot_id,

Line 2826: fnd_msg_pub.initialize;

2822:
2823:
2824: -- dbms_output.put_line ('Disc. lot = '||l_lot_rec_tbl(1).odm_lot_number);
2825: -- Transfer the balance
2826: fnd_msg_pub.initialize;
2827: GMIVDX.Create_transfer_pvt (
2828: p_api_version => 1.0,
2829: x_return_status => l_return_status,
2830: x_msg_count => l_msg_count,

Line 2855: FND_MSG_PUB.Count_AND_GET (p_count => l_msg_count, p_data => l_msg_data);

2851: p_param4 => bal.location,
2852: p_param5 => NULL,
2853: p_db_error => NULL,
2854: p_app_short_name => 'GMI');
2855: FND_MSG_PUB.Count_AND_GET (p_count => l_msg_count, p_data => l_msg_data);
2856: FOR i in 1..l_msg_count LOOP
2857: -- dbms_output.put_line (substr(fnd_msg_pub.get_detail(i, NULL),1,255));
2858: GMA_COMMON_LOGGING.gma_migration_central_log (
2859: p_run_id => p_migration_run_id,

Line 2857: -- dbms_output.put_line (substr(fnd_msg_pub.get_detail(i, NULL),1,255));

2853: p_db_error => NULL,
2854: p_app_short_name => 'GMI');
2855: FND_MSG_PUB.Count_AND_GET (p_count => l_msg_count, p_data => l_msg_data);
2856: FOR i in 1..l_msg_count LOOP
2857: -- dbms_output.put_line (substr(fnd_msg_pub.get_detail(i, NULL),1,255));
2858: GMA_COMMON_LOGGING.gma_migration_central_log (
2859: p_run_id => p_migration_run_id,
2860: p_log_level => FND_LOG.LEVEL_ERROR,
2861: p_message_token => 'GMI_UNEXPECTED_ERROR',

Line 2865: p_param1 => fnd_msg_pub.get_detail(i, NULL),

2861: p_message_token => 'GMI_UNEXPECTED_ERROR',
2862: p_table_name => 'IC_LOCT_INV',
2863: p_context => 'INVENTORY BALANCE',
2864: p_token1 => 'ERROR',
2865: p_param1 => fnd_msg_pub.get_detail(i, NULL),
2866: p_param2 => NULL,
2867: p_param3 => NULL,
2868: p_param4 => NULL,
2869: p_param5 => NULL,