DBA Data[Home] [Help]

APPS.GME_RESERVATIONS_PVT dependencies on INV_RESERVATION_PUB

Line 298: gme_debug.put_line ('Calling inv_reservation_pub.create_reservation');

294: l_rsv_rec.supply_source_name := NULL;
295: l_rsv_rec.supply_source_line_detail := NULL;
296:
297: IF (g_debug <= gme_debug.g_log_statement) THEN
298: gme_debug.put_line ('Calling inv_reservation_pub.create_reservation');
299: END IF;
300:
301: -- nsinghi Bug5176319. Commented p_force_reservation_flag parameter. As per inv team, onhand could be -ve
302: -- before reservation, and hence this parameter should not be used.

Line 304: inv_reservation_pub.create_reservation

300:
301: -- nsinghi Bug5176319. Commented p_force_reservation_flag parameter. As per inv team, onhand could be -ve
302: -- before reservation, and hence this parameter should not be used.
303:
304: inv_reservation_pub.create_reservation
305: (p_api_version_number => 1.0
306: ,p_init_msg_lst => fnd_api.g_false
307: ,x_return_status => l_return_status
308: ,x_msg_count => l_msg_count

Line 324: || ' inv_reservation_pub.create_reservation returns status of '

320: IF (g_debug <= gme_debug.g_log_unexpected) THEN
321: gme_debug.put_line ( g_pkg_name
322: || '.'
323: || l_api_name
324: || ' inv_reservation_pub.create_reservation returns status of '
325: || l_return_status
326: || ' for material_detail_id '
327: || p_matl_dtl_rec.material_detail_id
328: || ' qty reserved IS '

Line 343: ( 'inv_reservation_pub.create_reservation returns '

339: EXCEPTION
340: WHEN create_resvn_err THEN
341: IF (g_debug <= gme_debug.g_log_error) THEN
342: gme_debug.put_line
343: ( 'inv_reservation_pub.create_reservation returns '
344: || l_return_status);
345: gme_debug.put_line ('error message is ' || l_msg_data);
346: END IF;
347:

Line 731: gme_debug.put_line ('Calling inv_reservation_pub.delete_reservation');

727: x_return_status := fnd_api.g_ret_sts_success;
728: l_rsv_rec.reservation_id := p_reservation_id;
729:
730: IF (g_debug <= gme_debug.g_log_statement) THEN
731: gme_debug.put_line ('Calling inv_reservation_pub.delete_reservation');
732: END IF;
733:
734: inv_reservation_pub.delete_reservation
735: (p_api_version_number => 1.0

Line 734: inv_reservation_pub.delete_reservation

730: IF (g_debug <= gme_debug.g_log_statement) THEN
731: gme_debug.put_line ('Calling inv_reservation_pub.delete_reservation');
732: END IF;
733:
734: inv_reservation_pub.delete_reservation
735: (p_api_version_number => 1.0
736: ,p_init_msg_lst => fnd_api.g_false
737: ,x_return_status => l_return_status
738: ,x_msg_count => l_msg_count

Line 754: ( 'inv_reservation_pub.delete_reservation returns '

750: EXCEPTION
751: WHEN del_resvn_error THEN
752: IF (g_debug <= gme_debug.g_log_error) THEN
753: gme_debug.put_line
754: ( 'inv_reservation_pub.delete_reservation returns '
755: || l_return_status);
756: gme_debug.put_line ('error message is ' || l_msg_data);
757: END IF;
758:

Line 969: || ':Calling inv_reservation_pub.relieve_reservation with reservation_id = '

965: gme_debug.put_line
966: ( g_pkg_name
967: || '.'
968: || l_api_name
969: || ':Calling inv_reservation_pub.relieve_reservation with reservation_id = '
970: || p_reservation_id
971: || ' relieve_qty '
972: || p_prim_relieve_qty);
973: END IF;

Line 975: inv_reservation_pub.relieve_reservation

971: || ' relieve_qty '
972: || p_prim_relieve_qty);
973: END IF;
974:
975: inv_reservation_pub.relieve_reservation
976: (p_api_version_number => 1.0
977: ,p_init_msg_lst => fnd_api.g_false
978: ,x_return_status => l_return_status
979: ,x_msg_count => l_msg_count

Line 994: || 'Return status from inv_reservation_pub.relieve_reservation is '

990: gme_debug.put_line
991: ( g_pkg_name
992: || '.'
993: || l_api_name
994: || 'Return status from inv_reservation_pub.relieve_reservation is '
995: || l_return_status);
996: gme_debug.put_line ( g_pkg_name
997: || '.'
998: || l_api_name

Line 1079: || ':Calling inv_reservation_pub.update_reservation with reservation_id = '

1075: gme_debug.put_line
1076: ( g_pkg_name
1077: || '.'
1078: || l_api_name
1079: || ':Calling inv_reservation_pub.update_reservation with reservation_id = '
1080: || p_reservation_id);
1081: END IF;
1082:
1083: inv_reservation_pub.update_reservation

Line 1083: inv_reservation_pub.update_reservation

1079: || ':Calling inv_reservation_pub.update_reservation with reservation_id = '
1080: || p_reservation_id);
1081: END IF;
1082:
1083: inv_reservation_pub.update_reservation
1084: (p_api_version_number => 1.0
1085: ,p_init_msg_lst => fnd_api.g_false
1086: ,x_return_status => l_return_status
1087: ,x_msg_count => l_msg_count

Line 1101: || 'Return status from inv_reservation_pub.update_reservation is '

1097: gme_debug.put_line
1098: ( g_pkg_name
1099: || '.'
1100: || l_api_name
1101: || 'Return status from inv_reservation_pub.update_reservation is '
1102: || l_return_status);
1103: gme_debug.put_line ( g_pkg_name
1104: || '.'
1105: || l_api_name

Line 1166: || ':Calling inv_reservation_pub.query_reservation with reservation_id = '

1162: gme_debug.put_line
1163: ( g_pkg_name
1164: || '.'
1165: || l_api_name
1166: || ':Calling inv_reservation_pub.query_reservation with reservation_id = '
1167: || p_reservation_id);
1168: END IF;
1169:
1170: inv_reservation_pub.query_reservation

Line 1170: inv_reservation_pub.query_reservation

1166: || ':Calling inv_reservation_pub.query_reservation with reservation_id = '
1167: || p_reservation_id);
1168: END IF;
1169:
1170: inv_reservation_pub.query_reservation
1171: (p_api_version_number => 1.0
1172: ,p_init_msg_lst => fnd_api.g_false
1173: ,x_return_status => l_return_status
1174: ,x_msg_count => l_msg_count

Line 1189: || 'Return status from inv_reservation_pub.query_reservation is '

1185: gme_debug.put_line
1186: ( g_pkg_name
1187: || '.'
1188: || l_api_name
1189: || 'Return status from inv_reservation_pub.query_reservation is '
1190: || l_return_status);
1191: gme_debug.put_line ( g_pkg_name
1192: || '.'
1193: || l_api_name