DBA Data[Home] [Help]

APPS.AST_UWQ_PLISTS_OPPS_ENUMS_PVT dependencies on AMS_LIST_HEADERS_VL

Line 29: from ams_list_headers_vl alh

25: SELECT
26: alh.list_name,
27: alh.list_header_id,
28: alh.list_source_type
29: from ams_list_headers_vl alh
30: where
31: owner_user_id = c_resource_id
32: and list_type='MANUAL' and
33: list_source_type = 'OPPORTUNITY'