DBA Data[Home] [Help]

APPS.AMS_LISTGENERATION_PKG dependencies on AMS_QUERY_TEMPLATE_ALL

Line 3881: ams_query_template_all b

3877:
3878: cursor c_query_temp_type is
3879: select 'Y'
3880: from ams_list_headers_vl a ,
3881: ams_query_template_all b
3882: where a.list_header_id = g_list_header_id
3883: and b.template_type = 'PARAMETERIZED'
3884: and a.query_template_id = b.template_id ;
3885:

Line 8800: ams_query_template_all b

8796:
8797: cursor c_query_temp_type is
8798: select 'Y'
8799: from ams_list_headers_vl a ,
8800: ams_query_template_all b
8801: where a.list_header_id = g_list_header_id
8802: and b.template_type = 'PARAMETERIZED'
8803: and a.query_template_id = b.template_id ;
8804: