DBA Data[Home] [Help]

APPS.CSD_BULK_RECEIVE_UTIL dependencies on CSD_RECEIVE_PVT

Line 1943: csd_receive_pvt.receive_item ( p_api_version => 1.0,

1939: If(l_rcv_rec_tbl.count > 0 ) then
1940: -- we will mark a global variable to say that this is called from bulk rcv.
1941: csd_bulk_receive_pvt.g_bulk_rcv_conc := 'Y';
1942:
1943: csd_receive_pvt.receive_item ( p_api_version => 1.0,
1944: p_init_msg_list => csd_process_util.g_false,
1945: p_commit => csd_process_util.g_false,
1946: p_validation_level => csd_process_util.g_valid_level_full,
1947: x_return_status => x_return_status,