DBA Data[Home] [Help]

APPS.XDO_DGF_RPT_PKG dependencies on XDO_DGF_TPLT_RECORD_TYPE

Line 803: l_template_list_o(i) := XDO_DGF_TPLT_RECORD_TYPE(

799: BEGIN
800: FOR i IN 1..g_template_list.count
801: LOOP
802: l_template_list_o.extend;
803: l_template_list_o(i) := XDO_DGF_TPLT_RECORD_TYPE(
804: g_template_list(i).template_name,
805: g_template_list(i).template_code,
806: g_template_list(i).template_application,
807: g_template_list(i).template_lang_territory_codes,