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 725: X_return_val := po_subinventories_s.val_subinventory (

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