DBA Data[Home] [Help]

APPS.IBY_EXTRACTGEN_PVT dependencies on FND_API

Line 623: RAISE FND_API.G_EXC_ERROR;

619: print_debuginfo (l_debug_module, 'After Execution the query for the table: '||G_DFF_AP_DOC);
620:
621: /* Bug 6763515*/
622: ELSE
623: RAISE FND_API.G_EXC_ERROR;
624: END IF;
625:
626: IF (p_entity_table <> G_DFF_AP_DOC) THEN
627: l_queryString := 'Select XMLConcat(XMLElement("AttributeCategory", attribute_category), ';