DBA Data[Home] [Help]

APPS.GMI_MOVE_ORDER_HEADER_PVT dependencies on GMI_RESERVATION_UTIL

Line 58: gmi_reservation_util.println('In move order pvt');

54:
55:
56: BEGIN
57:
58: gmi_reservation_util.println('In move order pvt');
59: gmi_reservation_util.println('value of p_mo_hdr_rec.organization_id: '||p_mo_hdr_rec.organization_id);
60: gmi_reservation_util.println('Value of p_mo_hdr_rec.operation is '||p_mo_hdr_rec.request_number);
61: /* Standard Start OF API savepoint */
62: SAVEPOINT move_order_header;

Line 59: gmi_reservation_util.println('value of p_mo_hdr_rec.organization_id: '||p_mo_hdr_rec.organization_id);

55:
56: BEGIN
57:
58: gmi_reservation_util.println('In move order pvt');
59: gmi_reservation_util.println('value of p_mo_hdr_rec.organization_id: '||p_mo_hdr_rec.organization_id);
60: gmi_reservation_util.println('Value of p_mo_hdr_rec.operation is '||p_mo_hdr_rec.request_number);
61: /* Standard Start OF API savepoint */
62: SAVEPOINT move_order_header;
63:

Line 60: gmi_reservation_util.println('Value of p_mo_hdr_rec.operation is '||p_mo_hdr_rec.request_number);

56: BEGIN
57:
58: gmi_reservation_util.println('In move order pvt');
59: gmi_reservation_util.println('value of p_mo_hdr_rec.organization_id: '||p_mo_hdr_rec.organization_id);
60: gmi_reservation_util.println('Value of p_mo_hdr_rec.operation is '||p_mo_hdr_rec.request_number);
61: /* Standard Start OF API savepoint */
62: SAVEPOINT move_order_header;
63:
64: /* DBMS_OUTPUT.PUT_LINE('IN MOVE ORDER HDR'); */

Line 114: gmi_reservation_util.PrintLn('Calling Update Row in move_order hdr pvt');

110: l_mo_hdr_rec.last_update_login := FND_GLOBAL.USER_ID;
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 */

Line 137: gmi_reservation_util.println('Going to insert row in move_order_hdr_pvt');

133:
134: WSH_Util_Core.PrintLn('Seq Header id => '||l_mo_hdr_rec.header_id);
135: WSH_Util_Core.PrintLn('Calling Insert Row');
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:

Line 138: gmi_reservation_util.println('value of l_mo_hdr_rec.organization_id: '||l_mo_hdr_rec.organization_id);

134: WSH_Util_Core.PrintLn('Seq Header id => '||l_mo_hdr_rec.header_id);
135: WSH_Util_Core.PrintLn('Calling Insert Row');
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;

Line 139: gmi_reservation_util.println('Value of l_mo_hdr_rec.operation is '||l_mo_hdr_rec.request_number);

135: WSH_Util_Core.PrintLn('Calling Insert Row');
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;

Line 146: gmi_reservation_util.PrintLn('Ham Out Of Here No Action');

142: END IF;
143: END IF;
144:
145: WSH_Util_Core.PrintLn('Ham Out Of Here No Action');
146: gmi_reservation_util.PrintLn('Ham Out Of Here No Action');
147:
148: x_mo_hdr_rec := l_mo_hdr_rec;
149: WSH_Util_Core.PrintLn('Seq Header id => '||x_mo_hdr_rec.header_id);
150: