DBA Data[Home] [Help]

APPS.OKL_SUC_PVT dependencies on MTL_SYSTEM_ITEMS_B

Line 984: from mtl_system_items_b mtlb

980: --cursor to validate foreign key for inventory item id
981: cursor l_invitm_csr (p_inventory_item_id in number,
982: p_organization_id in number) is
983: Select 'Y'
984: from mtl_system_items_b mtlb
985: where inventory_item_id = p_inventory_item_id
986: and organization_id = p_organization_id;
987:
988: --cursor to validate foreign key for Industry code