DBA Data[Home] [Help]

APPS.RCV_INT_ORG_TRANSFER dependencies on RCV_QUANTITIES_S

Line 538: rcv_quantities_s.get_available_quantity('RECEIVE',

534:
535: IF ( x_cascaded_table(n).transaction_type = 'RECEIVE'
536: AND NVL(x_cascaded_table(n).auto_transact_code, 'RECEIVE') IN('RECEIVE', 'DELIVER')) THEN --{
537: /*bug# 1548597 */
538: rcv_quantities_s.get_available_quantity('RECEIVE',
539: x_shipmentrec.shipment_line_id,
540: x_cascaded_table(n).receipt_source_code, -- ?? specifying the rti receipt source code for now
541: NULL,
542: NULL,

Line 1948: rcv_quantities_s.get_available_quantity('TRANSFER',

1944: asn_debug.put_line('calling transfer get_available_qty ');
1945: END IF;
1946:
1947: -- the call for transfer/deliver should be the same
1948: rcv_quantities_s.get_available_quantity('TRANSFER',
1949: x_int_org_transferrec.rcv_transaction_id,
1950: temp_cascaded_table(current_n).receipt_source_code,
1951: NULL,
1952: x_int_org_transferrec.rcv_transaction_id,

Line 2750: rcv_quantities_s.get_available_quantity('CORRECT',

2746: END IF;
2747:
2748: -- this is a negative correction
2749: IF (SIGN(temp_cascaded_table(current_n).quantity) = -1) THEN --{
2750: rcv_quantities_s.get_available_quantity('CORRECT',
2751: int_org_cor_rec.rcv_transaction_id,
2752: temp_cascaded_table(current_n).receipt_source_code,
2753: int_org_cor_rec.parent_transaction_type,
2754: NULL,

Line 2853: rcv_quantities_s.get_available_quantity('CORRECT',

2849: asn_debug.put_line('parent txn type' || int_org_cor_rec.parent_transaction_type);
2850: END IF;
2851:
2852: IF (l_grand_parent_trx_id IS NOT NULL) THEN
2853: rcv_quantities_s.get_available_quantity('CORRECT',
2854: int_org_cor_rec.rcv_transaction_id,
2855: temp_cascaded_table(current_n).receipt_source_code,
2856: int_org_cor_rec.parent_transaction_type,
2857: l_grand_parent_trx_id,