DBA Data[Home] [Help]

APPS.CSD_BULK_RECEIVE_UTIL dependencies on CSD_BULK_RECEIVE_PVT

Line 1941: csd_bulk_receive_pvt.g_bulk_rcv_conc := 'Y';

1937: End if;
1938:
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,

Line 1954: csd_bulk_receive_pvt.g_bulk_rcv_conc := 'N';

1950: x_rcv_error_msg_tbl => l_rcv_error_msg_tbl,
1951: p_receive_tbl => l_rcv_rec_tbl);
1952:
1953: -- reset it here.
1954: csd_bulk_receive_pvt.g_bulk_rcv_conc := 'N';
1955:
1956: -- if the request is submitted successfully, no need to do anything here.
1957: if csd_bulk_receive_pvt.g_conc_req_id is not null then
1958: return;

Line 1957: if csd_bulk_receive_pvt.g_conc_req_id is not null then

1953: -- reset it here.
1954: csd_bulk_receive_pvt.g_bulk_rcv_conc := 'N';
1955:
1956: -- if the request is submitted successfully, no need to do anything here.
1957: if csd_bulk_receive_pvt.g_conc_req_id is not null then
1958: return;
1959: end if;
1960:
1961: If NOT(x_return_status = FND_API.G_RET_STS_SUCCESS) then -- Status check If statement