DBA Data[Home] [Help]

APPS.JAI_RCV_ACCOUNTING_PKG dependencies on MTL_SYSTEM_ITEMS_FVL

Line 1007: from mtl_system_items_fvl a

1003: and
1004: ( item_type = 3 -- All items
1005: OR
1006: item_type = (select planning_make_buy_code
1007: from mtl_system_items_fvl a
1008: where organization_id = cp_organization_id
1009: and inventory_item_id = cp_item_id
1010: )
1011: )