DBA Data[Home] [Help]

APPS.RCV_INT_ORG_TRANSFER dependencies on RCV_QUANTITIES_S

Line 549: rcv_quantities_s.get_available_quantity('RECEIVE',

545:
546: IF ( x_cascaded_table(n).transaction_type = 'RECEIVE'
547: AND NVL(x_cascaded_table(n).auto_transact_code, 'RECEIVE') IN('RECEIVE', 'DELIVER')) THEN --{
548: /*bug# 1548597 */
549: rcv_quantities_s.get_available_quantity('RECEIVE',
550: x_shipmentrec.shipment_line_id,
551: x_cascaded_table(n).receipt_source_code, -- ?? specifying the rti receipt source code for now
552: NULL,
553: NULL,

Line 1995: rcv_quantities_s.get_available_quantity('TRANSFER',

1991: asn_debug.put_line('calling transfer get_available_qty ');
1992: END IF;
1993:
1994: -- the call for transfer/deliver should be the same
1995: rcv_quantities_s.get_available_quantity('TRANSFER',
1996: x_int_org_transferrec.rcv_transaction_id,
1997: temp_cascaded_table(current_n).receipt_source_code,
1998: NULL,
1999: x_int_org_transferrec.rcv_transaction_id,

Line 2825: rcv_quantities_s.get_available_quantity('CORRECT',

2821: END IF;
2822:
2823: -- this is a negative correction
2824: IF (SIGN(temp_cascaded_table(current_n).quantity) = -1) THEN --{
2825: rcv_quantities_s.get_available_quantity('CORRECT',
2826: int_org_cor_rec.rcv_transaction_id,
2827: temp_cascaded_table(current_n).receipt_source_code,
2828: int_org_cor_rec.parent_transaction_type,
2829: NULL,

Line 2928: rcv_quantities_s.get_available_quantity('CORRECT',

2924: asn_debug.put_line('parent txn type' || int_org_cor_rec.parent_transaction_type);
2925: END IF;
2926:
2927: IF (l_grand_parent_trx_id IS NOT NULL) THEN
2928: rcv_quantities_s.get_available_quantity('CORRECT',
2929: int_org_cor_rec.rcv_transaction_id,
2930: temp_cascaded_table(current_n).receipt_source_code,
2931: int_org_cor_rec.parent_transaction_type,
2932: l_grand_parent_trx_id,