DBA Data[Home] [Help]

APPS.RCV_QUANTITIES_S dependencies on RCV_SUPPLY

Line 1335: Bug#5369121 - Fetching the primary uom from rcv_supply or rcv_transactions

1331:
1332: BEGIN
1333:
1334: /*
1335: Bug#5369121 - Fetching the primary uom from rcv_supply or rcv_transactions
1336: rather than RTI since it could be null in RTI
1337: */
1338:
1339: SELECT quantity,

Line 1347: FROM rcv_supply

1343: INTO x_transaction_quantity,
1344: x_transaction_uom,
1345: x_item_id,
1346: x_primary_uom
1347: FROM rcv_supply
1348: WHERE supply_type_code = 'RECEIVING'
1349: AND supply_source_id = p_transaction_id;
1350:
1351: /* Bug# 1548597 */

Line 1684: ** All of the above transactions supply is stored in RCV_SUPPLY.

1680: IF (p_parent_transaction_type IN ('UNORDERED', 'RECEIVE', 'MATCH',
1681: 'TRANSFER', 'ACCEPT', 'REJECT')) THEN
1682:
1683: /*
1684: ** All of the above transactions supply is stored in RCV_SUPPLY.
1685: ** Use get_transaction_quantity logic to get the available quantity
1686: ** and uom.
1687: */
1688:

Line 1929: ** All of the above transactions supply is stored in RCV_SUPPLY.

1925:
1926: IF p_parent_transaction_type = 'RECEIVE' THEN
1927:
1928: /*
1929: ** All of the above transactions supply is stored in RCV_SUPPLY.
1930: ** Use get_transaction_quantity logic to get the available quantity
1931: ** and uom.
1932: */
1933: