DBA Data[Home] [Help]

APPS.XLA_AAD_IMPORT_PVT dependencies on XLA_STAGING_COMPONENTS_H

Line 107: DELETE FROM xla_staging_components_h

103: p_level => C_LEVEL_STATEMENT);
104: END IF;
105:
106: -- Clean up staging history
107: DELETE FROM xla_staging_components_h
108: WHERE staging_amb_context_code = p_staging_context_code;
109:
110: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
111: trace(p_msg => '# record deleted from xla_staging_components_h = '||SQL%ROWCOUNT,

Line 111: trace(p_msg => '# record deleted from xla_staging_components_h = '||SQL%ROWCOUNT,

107: DELETE FROM xla_staging_components_h
108: WHERE staging_amb_context_code = p_staging_context_code;
109:
110: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
111: trace(p_msg => '# record deleted from xla_staging_components_h = '||SQL%ROWCOUNT,
112: p_module => l_log_module,
113: p_level => C_LEVEL_STATEMENT);
114: END IF;
115: