[Home] [Help]
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,
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: /*