DBA Data[Home] [Help]

APPS.AS_OPP_LINE_PVT dependencies on AS_INV_ITEM_LOV_V

Line 408: from as_inv_item_lov_v

404: c_secondary_interest_code_id number,
405: c_inventory_item_id number,
406: c_organization_id number) IS
407: select 'x'
408: from as_inv_item_lov_v
409: where interest_type_id = c_interest_type_id and
410: (primary_interest_code_id = c_primary_interest_code_id or
411: c_primary_interest_code_id is null) and
412: (secondary_interest_code_id = c_secondary_interest_code_id or