DBA Data[Home] [Help]

APPS.GMI_RESERVATION_PVT dependencies on FND_GLOBAL

Line 363: GMI_Reservation_Util.ic_tran_rec_tbl(rec_index).user_id := FND_GLOBAL.USER_ID;

359: /* ============================================================================================= */
360: /* Populate the mtl_reservation rec type */
361: /* and the ic_tran_rec table */
362: /* ============================================================================================= */
363: GMI_Reservation_Util.ic_tran_rec_tbl(rec_index).user_id := FND_GLOBAL.USER_ID;
364: GMI_Reservation_Util.ic_tran_rec_tbl(rec_index).non_inv := l_ic_item_mst_rec.noninv_ind;
365:
366: x_mtl_reservation_tbl(rec_index).reservation_id := GMI_Reservation_Util.ic_tran_rec_tbl(rec_index).trans_id;
367: x_mtl_reservation_tbl(rec_index).organization_id := p_query_input.organization_id;

Line 521: GMI_reservation_Util.PrintLn('(opm_dbg) in PVT c : user_id='||FND_GLOBAL.USER_ID||'.');

517: AND lot_id <> 0
518: AND delete_mark = 0;
519: BEGIN
520: GMI_reservation_Util.PrintLn('(opm_dbg) Entering proc GMI_Reservation_PVT.Create_reservation ');
521: GMI_reservation_Util.PrintLn('(opm_dbg) in PVT c : user_id='||FND_GLOBAL.USER_ID||'.');
522: GMI_reservation_Util.PrintLn('(opm_dbg) in PVT c : reservation_id='||p_rsv_rec.reservation_id||'.');
523: GMI_reservation_Util.PrintLn('(opm_dbg) in PVT c : organization_id='||p_rsv_rec.organization_id||'.');
524: GMI_reservation_Util.PrintLn('(opm_dbg) in PVT c : inventory_item_id='||p_rsv_rec.inventory_item_id||'.');
525: GMI_reservation_Util.PrintLn('(opm_dbg) in PVT c : requirement_date='||p_rsv_rec.requirement_date||'.');

Line 650: /* l_allocation_rec.user_id := FND_GLOBAL.USER_ID (c_user) done*/

646: /* l_allocation_rec.order_qty2 := attribute2 done */
647: /* l_allocation_rec.order_um1 := reservation_uom_code (c_uom) done*/
648: /* l_allocation_rec.order_um2 := attribute3 (c_uom) done*/
649: /* l_allocation_rec.trans_date := requirement_date done*/
650: /* l_allocation_rec.user_id := FND_GLOBAL.USER_ID (c_user) done*/
651: /* l_allocation_rec.user_name := FND_GLOBAL.USER_ID (c_user) done*/
652: /* =============================================================================================*/
653: GMI_reservation_Util.PrintLn('(opm_dbg) in PVT c alloc_rec.doc_id='||l_allocation_rec.doc_id||'.');
654: GMI_reservation_Util.PrintLn('(opm_dbg) in PVT c alloc_rec.line_id='||l_allocation_rec.line_id||'.');

Line 651: /* l_allocation_rec.user_name := FND_GLOBAL.USER_ID (c_user) done*/

647: /* l_allocation_rec.order_um1 := reservation_uom_code (c_uom) done*/
648: /* l_allocation_rec.order_um2 := attribute3 (c_uom) done*/
649: /* l_allocation_rec.trans_date := requirement_date done*/
650: /* l_allocation_rec.user_id := FND_GLOBAL.USER_ID (c_user) done*/
651: /* l_allocation_rec.user_name := FND_GLOBAL.USER_ID (c_user) done*/
652: /* =============================================================================================*/
653: GMI_reservation_Util.PrintLn('(opm_dbg) in PVT c alloc_rec.doc_id='||l_allocation_rec.doc_id||'.');
654: GMI_reservation_Util.PrintLn('(opm_dbg) in PVT c alloc_rec.line_id='||l_allocation_rec.line_id||'.');
655: GMI_reservation_Util.PrintLn('(opm_dbg) in PVT c alloc_rec.item_no='||l_allocation_rec.item_no||'.');