DBA Data[Home] [Help]

APPS.GMI_MSCA_PUB dependencies on GMIPAPI

Line 610: print_debug('in Create_Transaction calling GMIPAPI.Inventory_Posting');

606: --l_qty_rec.journal_ind VARCHAR2(1) DEFAULT NULL
607: --l_qty_rec.move_entire_qty VARCHAR2(2) DEFAULT 'Y' --BUG#2861715 Sastry
608:
609:
610: print_debug('in Create_Transaction calling GMIPAPI.Inventory_Posting');
611:
612: GMIPAPI.Inventory_Posting
613: ( p_api_version => 3.0
614: , p_init_msg_list => FND_API.G_TRUE

Line 612: GMIPAPI.Inventory_Posting

608:
609:
610: print_debug('in Create_Transaction calling GMIPAPI.Inventory_Posting');
611:
612: GMIPAPI.Inventory_Posting
613: ( p_api_version => 3.0
614: , p_init_msg_list => FND_API.G_TRUE
615: , p_commit => FND_API.G_FALSE
616: , p_validation_level => FND_API.G_VALID_LEVEL_FULL

Line 625: print_debug('in Create_Transaction after GMIPAPI.Inventory_Posting');

621: , x_return_status => l_return_status
622: , x_msg_count => l_msg_count
623: , x_msg_data => l_msg_data);
624:
625: print_debug('in Create_Transaction after GMIPAPI.Inventory_Posting');
626:
627: IF l_return_status = fnd_api.g_ret_sts_success
628: THEN
629: print_debug('SUCCESS....');