DBA Data[Home] [Help]

APPS.CSD_RECEIVE_PVT dependencies on CSD_BULK_RECEIVE_PVT

Line 646: , decode(csd_bulk_receive_pvt.g_bulk_rcv_conc,'Y','IMMEDIATE','ONLINE') --processing_mode _Code

642: , l_receipt_source_Code --receipt_source_code
643: , 'RECEIVE' --Transaction_type
644: , 'PENDING' -- processing_status_Code
645: --, 'ONLINE' --processing_mode _Code
646: , decode(csd_bulk_receive_pvt.g_bulk_rcv_conc,'Y','IMMEDIATE','ONLINE') --processing_mode _Code
647: , 'PENDING' --transaction_status_Code
648: , p_receive_rec.category_id
649: , p_receive_rec.uom_code
650: , p_receive_rec.employee_id

Line 1086: if NVL(csd_bulk_receive_pvt.g_bulk_rcv_conc,'N') = 'N' then

1082: -- 12.1.2 Bulk Receive ER FP, subhat.
1083: -- If the invoking target is bulk receiving, use the IMMEDIATE mode instead of ONLINE mode.
1084: -- IMMEDIATE mode gives record level control, where in only the errored records are rolled back.
1085:
1086: if NVL(csd_bulk_receive_pvt.g_bulk_rcv_conc,'N') = 'N' then
1087: l_ret_code :=
1088: fnd_transaction.synchronous (l_TIMEOUT,
1089: l_outcome,
1090: l_MESSAGE,

Line 1392: csd_bulk_receive_pvt.g_conc_req_id := l_req_id;

1388: request_data => to_char(p_request_group_id));
1389:
1390:
1391: -- Put the concurrent Id to global variable. This will be used in process bulk receive API
1392: csd_bulk_receive_pvt.g_conc_req_id := l_req_id;
1393:
1394: end if;
1395: -- end 12.1.2 Bulk Receive ER FP, subhat..
1396: -- Standard call to get message count and IF count is get message info.