DBA Data[Home] [Help]

APPS.RCV_TRANSACTIONS_SV dependencies on PO_SUBINVENTORIES_S

Line 576: valid_subinventory := po_subinventories_s.val_subinventory (

572: ** know the codes
573: */
574:
575: X_progress := '1210';
576: valid_subinventory := po_subinventories_s.val_subinventory (
577: X_subinventory,
578: X_to_organization_id,
579: TRUNC(sysdate),
580: X_item_id,

Line 729: X_return_val := po_subinventories_s.val_subinventory (

725: -- nul.So subinventory validation is not needed.
726:
727: IF (X_subinventory IS NOT NULL AND x_item_id IS NOT NULL) THEN
728:
729: X_return_val := po_subinventories_s.val_subinventory (
730: x_subinventory, x_to_organization_id, sysdate,
731: x_item_id, 'INVENTORY');
732:
733: /*