DBA Data[Home] [Help]

APPS.WIP_SO_RESERVATIONS dependencies on INV_RESERVATION_FORM_PKG

Line 2654: inv_reservation_form_pkg.query_reservation(

2650: l_rsv_array inv_reservation_global.mtl_reservation_tbl_type;
2651: l_size NUMBER;
2652: l_error_code NUMBER;
2653: BEGIN
2654: inv_reservation_form_pkg.query_reservation(
2655: p_api_version_number => 1.0,
2656: p_reservation_id => p_reservation_id,
2657: p_init_msg_lst => fnd_api.g_true,
2658: p_lock_records => fnd_api.g_true,

Line 2672: inv_reservation_form_pkg.update_reservation(

2668: IF(x_return_status <> fnd_api.g_ret_sts_success) THEN
2669: raise fnd_api.g_exc_unexpected_error;
2670: END IF;
2671:
2672: inv_reservation_form_pkg.update_reservation(
2673: p_api_version_number => 1.0,
2674: p_init_msg_lst => fnd_api.g_true,
2675: p_from_reservation_id => p_reservation_id,
2676: p_from_requirement_date => NULL,

Line 2785: inv_reservation_form_pkg.query_reservation(

2781: l_msg_data VARCHAR2(240);
2782: l_rsv_array inv_reservation_global.mtl_reservation_tbl_type;
2783: l_error_code NUMBER;
2784: BEGIN
2785: inv_reservation_form_pkg.query_reservation(
2786: p_api_version_number => 1.0,
2787: p_reservation_id => p_reservation_id,
2788: p_init_msg_lst => fnd_api.g_true,
2789: p_lock_records => fnd_api.g_true,