DBA Data[Home] [Help]

APPS.XLA_AAD_OVERWRITE_PVT dependencies on XLA_ACCT_LINE_TYPES_TL

Line 1291: UPDATE xla_acct_line_types_tl

1287: p_module => l_log_module,
1288: p_level => C_LEVEL_STATEMENT);
1289: END IF;
1290:
1291: UPDATE xla_acct_line_types_tl
1292: SET amb_context_code = g_amb_context_code
1293: WHERE amb_context_code = g_staging_context_code;
1294:
1295: IF (C_LEVEL_STATEMENT >= g_log_level) THEN

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

1292: SET amb_context_code = g_amb_context_code
1293: WHERE amb_context_code = g_staging_context_code;
1294:
1295: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
1296: trace(p_msg => '# row moved in xla_acct_line_types_tl = '||SQL%ROWCOUNT,
1297: p_module => l_log_module,
1298: p_level => C_LEVEL_STATEMENT);
1299: END IF;
1300: