DBA Data[Home] [Help]

APPS.PORCPTWF dependencies on POR_RCV_ORD_SV

Line 255: x_insert_txns_status := POR_RCV_ORD_SV.groupPoTransaction( t_po_header_id,

251: t_Comments,
252: t_PackingSlip,
253: t_WayBillNum;
254:
255: x_insert_txns_status := POR_RCV_ORD_SV.groupPoTransaction( t_po_header_id,
256: t_line_location_id,
257: t_expected_receipt_qty,
258: -- Bug 4672728 - We need to pass the
259: -- non translated UOM for standard UOM conversion

Line 276: x_RCV_txns_rc := por_rcv_ord_sv.process_transactions(X_group_id, 'AUTO_RECEIVE');

272:
273: CLOSE Porcpt_Shipment;
274:
275: IF x_insert_txns_status = 0 THEN
276: x_RCV_txns_rc := por_rcv_ord_sv.process_transactions(X_group_id, 'AUTO_RECEIVE');
277:
278: IF x_RCV_txns_rc is NOT NULL AND
279: x_RCV_txns_rc > 0 THEN
280:

Line 657: x_inserted_txn_status := POR_RCV_ORD_SV.groupInternalTransaction (t_req_line_id,

653:
654: --ash_debug.debug('process auto receive' , '01');
655:
656:
657: x_inserted_txn_status := POR_RCV_ORD_SV.groupInternalTransaction (t_req_line_id,
658: t_expected_receipt_qty,
659: t_ordered_uom,
660: t_item_id,
661: t_primary_uom_class,

Line 676: x_RCV_txns_rc := por_rcv_ord_sv.process_transactions(X_group_id, 'AUTO_RECEIVE');

672:
673:
674: IF x_inserted_txn_status = 0 THEN
675:
676: x_RCV_txns_rc := por_rcv_ord_sv.process_transactions(X_group_id, 'AUTO_RECEIVE');
677:
678: IF x_RCV_txns_rc is NOT NULL AND
679: x_RCV_txns_rc > 0 THEN
680:

Line 1911: x_insert_txns_status := POR_RCV_ORD_SV.groupPoTransaction( t_po_header_id,

1907:
1908: end loop;
1909:
1910:
1911: x_insert_txns_status := POR_RCV_ORD_SV.groupPoTransaction( t_po_header_id,
1912: t_line_location_id,
1913: t_expected_receipt_qty,
1914: t_ordered_uom,
1915: SYSDATE,

Line 1927: x_RCV_txns_rc := por_rcv_ord_sv.process_transactions(X_group_id, 'WF');

1923: t_PackingSlip,
1924: t_WayBillNum);
1925:
1926: IF x_insert_txns_status = 0 THEN
1927: x_RCV_txns_rc := por_rcv_ord_sv.process_transactions(X_group_id, 'WF');
1928:
1929: -- At least one of the receiving transactions inserted
1930:
1931: IF x_RCV_txns_rc is NULL OR

Line 2909: x_inserted_txn_status := POR_RCV_ORD_SV.groupInternalTransaction (t_req_line_id,

2905: po_wf_debug_pkg.insert_debug(itemtype,itemkey,x_progress);
2906: END IF;
2907: end loop;
2908:
2909: x_inserted_txn_status := POR_RCV_ORD_SV.groupInternalTransaction (t_req_line_id,
2910: t_expected_receipt_qty,
2911: t_ordered_uom,
2912: t_item_id,
2913: t_primary_uom_class,

Line 2924: x_RCV_txns_rc := por_rcv_ord_sv.process_transactions(X_group_id, 'WF');

2920: 'WP4_CONFIRM');
2921:
2922: IF x_inserted_txn_status = 0 THEN
2923:
2924: x_RCV_txns_rc := por_rcv_ord_sv.process_transactions(X_group_id, 'WF');
2925:
2926:
2927: -- At least one of the receiving transactions inserted
2928:

Line 3842: x_insert_txns_status := POR_RCV_ORD_SV.groupPoTransaction(

3838: po_wf_debug_pkg.insert_debug(itemtype, itemkey, x_progress);
3839: END IF;
3840: end loop;
3841:
3842: x_insert_txns_status := POR_RCV_ORD_SV.groupPoTransaction(
3843: t_po_header_id,
3844: t_line_location_id,
3845: t_expected_receipt_qty,
3846: t_ordered_uom,

Line 3859: x_RCV_txns_rc := por_rcv_ord_sv.process_transactions(X_group_id, 'WF');

3855: t_PackingSlip,
3856: t_WayBillNum);
3857:
3858: IF x_insert_txns_status = 0 THEN
3859: x_RCV_txns_rc := por_rcv_ord_sv.process_transactions(X_group_id, 'WF');
3860:
3861: -- At least one of the receiving transactions inserted
3862: IF x_RCV_txns_rc is NULL OR x_RCV_txns_rc = 0 THEN
3863: RESULT := 'PASSED';