DBA Data[Home] [Help]

APPS.EDR_INDEXED_XML_UTIL dependencies on EDR_IDX_XML_ELEMENT_B

Line 95: update edr_idx_xml_element_b set status = 'I' where index_tag = l_tag;

91: loop
92: fetch c1 into l_section_name, l_tag, l_status;
93: exit when c1%notfound;
94: if (l_status = 'N') then
95: update edr_idx_xml_element_b set status = 'I' where index_tag = l_tag;
96: fnd_file.put_line(FND_FILE.LOG,'Activated section: '||l_section_name);
97: end if;
98: Ctx_Ddl.Add_zone_Section
99: (group_name =>'edr_section_group',