DBA Data[Home] [Help]

APPS.INV_CYC_LOVS dependencies on INV_CC_RESERVATIONS_PVT

Line 3783: := INV_CC_RESERVATIONS_PVT.Define_Reserv_Rec_Type;

3779:
3780: PROCEDURE delete_reservation
3781: IS
3782: l_mtl_reservation_rec INV_RESERVATION_GLOBAL.MTL_RESERVATION_REC_TYPE
3783: := INV_CC_RESERVATIONS_PVT.Define_Reserv_Rec_Type;
3784: l_init_msg_lst VARCHAR2 ( 1 );
3785: l_error_code NUMBER;
3786: l_return_status VARCHAR2 ( 1 );
3787: l_msg_count NUMBER;

Line 3855: INV_CC_RESERVATIONS_PVT.Delete_All_Reservation ( p_api_version_number => 1.0,

3851: print_debug ( 'lot_number: ============> ' || g_cc_entry.lot_number );
3852: print_debug ( 'lpn_id: ================> ' || NULL );
3853: END IF;
3854:
3855: INV_CC_RESERVATIONS_PVT.Delete_All_Reservation ( p_api_version_number => 1.0,
3856: p_init_msg_lst => l_init_msg_lst,
3857: p_mtl_reservation_rec => l_mtl_reservation_rec,
3858: x_error_code => l_error_code,
3859: x_return_status => l_return_status,