Posts

Showing posts with the label BOM Explode

BOM Explode API

DECLARE   v_item             VARCHAR2(240) := 'AS54888';    -- item to explode   v_org               VARCHAR2(4)      := 'A11';             -- org in which item is exploded   v_cnt                NUMBER        := 0;   v_err_msg       VARCHAR2(240);   v_err_code     NUMBER        := 0;   v_item_id        NUMBER        := 1050206;           -- set to inventory_item_id of item to explode   v_org_id          NUMBER        := 0;    -- set to organization_id of item to explode   v_order_by   ...