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 659: x_inserted_txn_status := POR_RCV_ORD_SV.groupInternalTransaction (t_req_line_id,

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

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

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

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

1910:
1911: end loop;
1912:
1913:
1914: x_insert_txns_status := POR_RCV_ORD_SV.groupPoTransaction( t_po_header_id,
1915: t_line_location_id,
1916: t_expected_receipt_qty,
1917: t_ordered_uom,
1918: SYSDATE,

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

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

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

2950: po_wf_debug_pkg.insert_debug(itemtype,itemkey,x_progress);
2951: END IF;
2952: end loop;
2953:
2954: x_inserted_txn_status := POR_RCV_ORD_SV.groupInternalTransaction (t_req_line_id,
2955: t_expected_receipt_qty,
2956: t_ordered_uom,
2957: t_item_id,
2958: t_primary_uom_class,

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

2965: 'WP4_CONFIRM');
2966:
2967: IF x_inserted_txn_status = 0 THEN
2968:
2969: x_RCV_txns_rc := por_rcv_ord_sv.process_transactions(X_group_id, 'WF');
2970:
2971:
2972: -- At least one of the receiving transactions inserted
2973:

Line 3902: x_insert_txns_status := POR_RCV_ORD_SV.groupPoTransaction(

3898: po_wf_debug_pkg.insert_debug(itemtype, itemkey, x_progress);
3899: END IF;
3900: end loop;
3901:
3902: x_insert_txns_status := POR_RCV_ORD_SV.groupPoTransaction(
3903: t_po_header_id,
3904: t_line_location_id,
3905: t_expected_receipt_qty,
3906: t_ordered_uom,

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

3915: t_PackingSlip,
3916: t_WayBillNum);
3917:
3918: IF x_insert_txns_status = 0 THEN
3919: x_RCV_txns_rc := por_rcv_ord_sv.process_transactions(X_group_id, 'WF');
3920:
3921: -- At least one of the receiving transactions inserted
3922: IF x_RCV_txns_rc is NULL OR x_RCV_txns_rc = 0 THEN
3923: RESULT := 'PASSED';