DBA Data[Home] [Help]

APPS.EDR_INDEXED_XML_UTIL dependencies on EDR_IDX_XML_ELEMENT_B

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

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