DBA Data[Home] [Help]

APPS.GME_RESERVATIONS_PVT dependencies on INV_RESERVATION_PUB

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

357: l_rsv_rec.supply_source_name := NULL;
358: l_rsv_rec.supply_source_line_detail := NULL;
359:
360: IF (g_debug <= gme_debug.g_log_statement) THEN
361: gme_debug.put_line ('Calling inv_reservation_pub.create_reservation');
362: END IF;
363:
364: -- Bug 9959125 - Clear tree so that multiple reservations can be created.
365: inv_quantity_tree_pub.clear_quantity_cache;

Line 371: inv_reservation_pub.create_reservation

367: -- nsinghi Bug5176319. Commented p_force_reservation_flag parameter. As per inv team, onhand could be -ve
368: -- before reservation, and hence this parameter should not be used.
369:
370:
371: inv_reservation_pub.create_reservation
372: (p_api_version_number => 1.0
373: ,p_init_msg_lst => fnd_api.g_false
374: ,x_return_status => l_return_status
375: ,x_msg_count => l_msg_count

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

387: IF (g_debug <= gme_debug.g_log_unexpected) THEN
388: gme_debug.put_line ( g_pkg_name
389: || '.'
390: || l_api_name
391: || ' inv_reservation_pub.create_reservation returns status of '
392: || l_return_status
393: || ' for material_detail_id '
394: || p_matl_dtl_rec.material_detail_id
395: || ' qty reserved IS '

Line 410: ( 'inv_reservation_pub.create_reservation returns '

406: EXCEPTION
407: WHEN create_resvn_err THEN
408: IF (g_debug <= gme_debug.g_log_error) THEN
409: gme_debug.put_line
410: ( 'inv_reservation_pub.create_reservation returns '
411: || l_return_status);
412: gme_debug.put_line ('error message is ' || l_msg_data);
413: END IF;
414:

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

1007: x_return_status := fnd_api.g_ret_sts_success;
1008: l_rsv_rec.reservation_id := p_reservation_id;
1009:
1010: IF (g_debug <= gme_debug.g_log_statement) THEN
1011: gme_debug.put_line ('Calling inv_reservation_pub.delete_reservation');
1012: END IF;
1013:
1014: inv_reservation_pub.delete_reservation
1015: (p_api_version_number => 1.0

Line 1014: inv_reservation_pub.delete_reservation

1010: IF (g_debug <= gme_debug.g_log_statement) THEN
1011: gme_debug.put_line ('Calling inv_reservation_pub.delete_reservation');
1012: END IF;
1013:
1014: inv_reservation_pub.delete_reservation
1015: (p_api_version_number => 1.0
1016: ,p_init_msg_lst => fnd_api.g_false
1017: ,x_return_status => l_return_status
1018: ,x_msg_count => l_msg_count

Line 1034: ( 'inv_reservation_pub.delete_reservation returns '

1030: EXCEPTION
1031: WHEN del_resvn_error THEN
1032: IF (g_debug <= gme_debug.g_log_error) THEN
1033: gme_debug.put_line
1034: ( 'inv_reservation_pub.delete_reservation returns '
1035: || l_return_status);
1036: gme_debug.put_line ('error message is ' || l_msg_data);
1037: END IF;
1038:

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

1258: gme_debug.put_line
1259: ( g_pkg_name
1260: || '.'
1261: || l_api_name
1262: || ':Calling inv_reservation_pub.relieve_reservation with reservation_id = '
1263: || p_reservation_id
1264: || ' relieve_qty '
1265: || p_prim_relieve_qty);
1266: END IF;

Line 1268: inv_reservation_pub.relieve_reservation

1264: || ' relieve_qty '
1265: || p_prim_relieve_qty);
1266: END IF;
1267:
1268: inv_reservation_pub.relieve_reservation
1269: (p_api_version_number => 1.0
1270: ,p_init_msg_lst => fnd_api.g_false
1271: ,x_return_status => l_return_status
1272: ,x_msg_count => l_msg_count

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

1283: gme_debug.put_line
1284: ( g_pkg_name
1285: || '.'
1286: || l_api_name
1287: || 'Return status from inv_reservation_pub.relieve_reservation is '
1288: || l_return_status);
1289: gme_debug.put_line ( g_pkg_name
1290: || '.'
1291: || l_api_name

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

1368: gme_debug.put_line
1369: ( g_pkg_name
1370: || '.'
1371: || l_api_name
1372: || ':Calling inv_reservation_pub.update_reservation with reservation_id = '
1373: || p_reservation_id);
1374: END IF;
1375:
1376: inv_reservation_pub.update_reservation

Line 1376: inv_reservation_pub.update_reservation

1372: || ':Calling inv_reservation_pub.update_reservation with reservation_id = '
1373: || p_reservation_id);
1374: END IF;
1375:
1376: inv_reservation_pub.update_reservation
1377: (p_api_version_number => 1.0
1378: ,p_init_msg_lst => fnd_api.g_false
1379: ,x_return_status => l_return_status
1380: ,x_msg_count => l_msg_count

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

1390: gme_debug.put_line
1391: ( g_pkg_name
1392: || '.'
1393: || l_api_name
1394: || 'Return status from inv_reservation_pub.update_reservation is '
1395: || l_return_status);
1396: gme_debug.put_line ( g_pkg_name
1397: || '.'
1398: || l_api_name

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

1455: gme_debug.put_line
1456: ( g_pkg_name
1457: || '.'
1458: || l_api_name
1459: || ':Calling inv_reservation_pub.query_reservation with reservation_id = '
1460: || p_reservation_id);
1461: END IF;
1462:
1463: inv_reservation_pub.query_reservation

Line 1463: inv_reservation_pub.query_reservation

1459: || ':Calling inv_reservation_pub.query_reservation with reservation_id = '
1460: || p_reservation_id);
1461: END IF;
1462:
1463: inv_reservation_pub.query_reservation
1464: (p_api_version_number => 1.0
1465: ,p_init_msg_lst => fnd_api.g_false
1466: ,x_return_status => l_return_status
1467: ,x_msg_count => l_msg_count

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

1478: gme_debug.put_line
1479: ( g_pkg_name
1480: || '.'
1481: || l_api_name
1482: || 'Return status from inv_reservation_pub.query_reservation is '
1483: || l_return_status);
1484: gme_debug.put_line ( g_pkg_name
1485: || '.'
1486: || l_api_name