DBA Data[Home] [Help]

APPS.XLA_AAD_OVERWRITE_PVT dependencies on XLA_AAD_LINE_DEFN_ASSGNS

Line 1719: UPDATE xla_aad_line_defn_assgns

1715: p_module => l_log_module,
1716: p_level => C_LEVEL_STATEMENT);
1717: END IF;
1718:
1719: UPDATE xla_aad_line_defn_assgns
1720: SET amb_context_code = g_amb_context_code
1721: WHERE amb_context_code = g_staging_context_code;
1722:
1723: IF (C_LEVEL_STATEMENT >= g_log_level) THEN

Line 1724: trace(p_msg => '# row moved in xla_aad_line_defn_assgns = '||SQL%ROWCOUNT,

1720: SET amb_context_code = g_amb_context_code
1721: WHERE amb_context_code = g_staging_context_code;
1722:
1723: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
1724: trace(p_msg => '# row moved in xla_aad_line_defn_assgns = '||SQL%ROWCOUNT,
1725: p_module => l_log_module,
1726: p_level => C_LEVEL_STATEMENT);
1727: END IF;
1728: