DBA Data[Home] [Help]

APPS.FND_CONC_TEMPLATES dependencies on STANDARD

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

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

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

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