DBA Data[Home] [Help]

APPS.FND_CONC_TEMPLATES dependencies on STANDARD

Line 1202: -- a slight difference than the standard clauses used in the else.

1198: (default_templ_code_opt is not null and
1199: default_templ_shrt_name_opt is not null) ) then
1200:
1201: -- The special cases are queries that have where clauses that require
1202: -- a slight difference than the standard clauses used in the else.
1203: if (l_special_template_case in ('2B', '7', '10') ) then
1204:
1205: fill_special_def_template(
1206: prog_app_name, conc_prog_name, def_templ_code, nls_lang,

Line 1264: -- a slight difference than the standard clauses used in the else.

1260:
1261: begin
1262:
1263: -- The special cases are queries that have where clauses that require
1264: -- a slight difference than the standard clauses used in the else.
1265: if (l_special_template_case in ('4B', '10') ) then
1266:
1267: fill_special_def_template(
1268: prog_app_name, conc_prog_name, 'NULL', nls_lang,