DBA Data[Home] [Help]

APPS.AMS_LISTGENERATION_PKG dependencies on AMS_QUERY_TEMPLATE_ALL

Line 3880: ams_query_template_all b

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

Line 8705: ams_query_template_all b

8701:
8702: cursor c_query_temp_type is
8703: select 'Y'
8704: from ams_list_headers_vl a ,
8705: ams_query_template_all b
8706: where a.list_header_id = g_list_header_id
8707: and b.template_type = 'PARAMETERIZED'
8708: and a.query_template_id = b.template_id ;
8709: