DBA Data[Home] [Help]

APPS.INV_CYC_LOVS dependencies on INV_CC_RESERVATIONS_PVT

Line 4096: := INV_CC_RESERVATIONS_PVT.Define_Reserv_Rec_Type;

4092:
4093: PROCEDURE delete_reservation
4094: IS
4095: l_mtl_reservation_rec INV_RESERVATION_GLOBAL.MTL_RESERVATION_REC_TYPE
4096: := INV_CC_RESERVATIONS_PVT.Define_Reserv_Rec_Type;
4097: l_init_msg_lst VARCHAR2 ( 1 );
4098: l_error_code NUMBER;
4099: l_return_status VARCHAR2 ( 1 );
4100: l_msg_count NUMBER;

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

4164: print_debug ( 'lot_number: ============> ' || g_cc_entry.lot_number );
4165: print_debug ( 'lpn_id: ================> ' || NULL );
4166: END IF;
4167:
4168: INV_CC_RESERVATIONS_PVT.Delete_All_Reservation ( p_api_version_number => 1.0,
4169: p_init_msg_lst => l_init_msg_lst,
4170: p_mtl_reservation_rec => l_mtl_reservation_rec,
4171: x_error_code => l_error_code,
4172: x_return_status => l_return_status,