DBA Data[Home] [Help]

APPS.INV_EXPRESS_PICK_PUB dependencies on INV_STAGED_RESERVATION_UTIL

Line 379: inv_staged_reservation_util.query_staged_flag

375:
376: If is_debug then
377: print_debug('Check whether reservation detailed rsv id : ' || l_rsv_rec_ret_tbl(l_counter).reservation_id, 'Inv_Express_Pick_Pub.Pick_Release');
378: End If;
379: inv_staged_reservation_util.query_staged_flag
380: (x_return_status => x_return_status
381: ,x_msg_count => x_msg_count
382: ,x_msg_data => x_msg_data
383: ,x_staged_flag => l_staged_flag

Line 793: inv_staged_reservation_util.update_staged_flag(x_return_status => l_return_status,

789:
790:
791: --dbms_output.put_line('l_return_status '||l_return_status);
792: print_debug('msg from Transfer rsv '||substr(l_msg_data,1,100),'INV_Express_pick.Pick_release');
793: inv_staged_reservation_util.update_staged_flag(x_return_status => l_return_status,
794: x_msg_count => x_msg_count,
795: x_msg_data => x_msg_data,
796: p_reservation_id => l_reservation_id,
797: p_staged_flag => 'Y');