DBA Data[Home] [Help]

APPS.ICX_POR_EXT_PURGE dependencies on ICX_POR_TABLE_OF_CONTENTS_TL

Line 126: ICX_POR_EXT_UTL.debug('Delete from ICX_POR_TABLE_OF_CONTENTS_TL');

122: ICX_POR_EXT_UTL.extCommit;
123:
124: xErrLoc := 300;
125: IF ICX_POR_EXT_UTL.gDebugLevel >= ICX_POR_EXT_UTL.INFO_LEVEL THEN
126: ICX_POR_EXT_UTL.debug('Delete from ICX_POR_TABLE_OF_CONTENTS_TL');
127: END IF;
128: FORALL i IN 1..gRtCategoryIds.COUNT
129: DELETE FROM icx_por_table_of_contents_tl
130: WHERE child = gRtCategoryIds(i);

Line 129: DELETE FROM icx_por_table_of_contents_tl

125: IF ICX_POR_EXT_UTL.gDebugLevel >= ICX_POR_EXT_UTL.INFO_LEVEL THEN
126: ICX_POR_EXT_UTL.debug('Delete from ICX_POR_TABLE_OF_CONTENTS_TL');
127: END IF;
128: FORALL i IN 1..gRtCategoryIds.COUNT
129: DELETE FROM icx_por_table_of_contents_tl
130: WHERE child = gRtCategoryIds(i);
131:
132: ICX_POR_EXT_UTL.extCommit;
133: