DBA Data[Home] [Help]

APPS.GMI_MOVE_ORDER_HEADER_PVT dependencies on GMI_MOVE_ORDER_HEADER_UTIL

Line 101: GMI_Move_Order_Header_Util.delete_Row( l_mo_hdr_rec.header_id);

97: IF l_mo_hdr_rec.operation = INV_GLOBALS.G_OPR_DELETE THEN
98: /* physically delete this row */
99: /* */
100: WSH_Util_Core.PrintLn('Calling Delete Row');
101: GMI_Move_Order_Header_Util.delete_Row( l_mo_hdr_rec.header_id);
102:
103: ELSE
104:
105: WSH_Util_Core.PrintLn('Calling Insert / Update Row');

Line 115: GMI_Move_Order_Header_Util.update_Row( l_mo_hdr_rec);

111:
112: IF l_mo_hdr_rec.operation = INV_GLOBALS.G_OPR_UPDATE THEN
113: WSH_Util_Core.PrintLn('Calling Update Row');
114: gmi_reservation_util.PrintLn('Calling Update Row in move_order hdr pvt');
115: GMI_Move_Order_Header_Util.update_Row( l_mo_hdr_rec);
116:
117: ELSE /* IF l_mo_hdr_rec.operation = INV_GLOBALS.G_OPR_CREATE THEN */
118: /* Set create defaults */
119:

Line 140: GMI_Move_Order_Header_Util.Insert_Row( l_mo_hdr_rec);

136: WSH_Util_Core.PrintLn('Batch Number => ' || l_mo_hdr_rec.request_number);
137: gmi_reservation_util.println('Going to insert row in move_order_hdr_pvt');
138: gmi_reservation_util.println('value of l_mo_hdr_rec.organization_id: '||l_mo_hdr_rec.organization_id);
139: gmi_reservation_util.println('Value of l_mo_hdr_rec.operation is '||l_mo_hdr_rec.request_number);
140: GMI_Move_Order_Header_Util.Insert_Row( l_mo_hdr_rec);
141:
142: END IF;
143: END IF;
144: