DBA Data[Home] [Help]

APPS.GMI_MOVE_ORDER_LINES_PVT dependencies on STANDARD

Line 120: /* Standard Start OF API savepoint */

116: FROM IC_WHSE_MST
117: WHERE mtl_organization_id = p_organization_id;
118:
119: BEGIN
120: /* Standard Start OF API savepoint */
121: SAVEPOINT move_order_LINES;
122: gmi_reservation_util.println('In move_order_lines_pvt');
123:
124: /* DBMS_OUTPUT.PUT_LINE('IN MOVE ORDER LINES'); */

Line 126: /* Standard call to check for call compatibility. */

122: gmi_reservation_util.println('In move_order_lines_pvt');
123:
124: /* DBMS_OUTPUT.PUT_LINE('IN MOVE ORDER LINES'); */
125:
126: /* Standard call to check for call compatibility. */
127:
128: IF NOT FND_API.Compatible_API_CALL ( l_api_version_number
129: , p_api_version_number
130: , l_api_name