DBA Data[Home] [Help]

APPS.XLA_AAD_UPLOAD_PVT dependencies on XLA_MPA_JLT_AC_ASSGNS

Line 2795: INSERT INTO xla_mpa_jlt_ac_assgns

2791: p_module => l_log_module,
2792: p_level => C_LEVEL_EVENT);
2793: END IF;
2794:
2795: INSERT INTO xla_mpa_jlt_ac_assgns
2796: (application_id
2797: ,amb_context_code
2798: ,event_class_code
2799: ,event_type_code

Line 2836: WHERE table_name = 'XLA_MPA_JLT_AC_ASSGNS'

2832: ,nvl(to_date(orig_last_update_date, 'YYYY/MM/DD'), sysdate)
2833: ,fnd_load_util.owner_id(owner)
2834: ,0
2835: FROM xla_aad_loader_defns_t
2836: WHERE table_name = 'XLA_MPA_JLT_AC_ASSGNS'
2837: AND staging_amb_context_code = p_staging_context_code;
2838:
2839: IF (C_LEVEL_EVENT >= g_log_level) THEN
2840: trace(p_msg => '# insert (XLA_MPA_JLT_AC_ASSGNS) = '||SQL%ROWCOUNT,

Line 2840: trace(p_msg => '# insert (XLA_MPA_JLT_AC_ASSGNS) = '||SQL%ROWCOUNT,

2836: WHERE table_name = 'XLA_MPA_JLT_AC_ASSGNS'
2837: AND staging_amb_context_code = p_staging_context_code;
2838:
2839: IF (C_LEVEL_EVENT >= g_log_level) THEN
2840: trace(p_msg => '# insert (XLA_MPA_JLT_AC_ASSGNS) = '||SQL%ROWCOUNT,
2841: p_module => l_log_module,
2842: p_level => C_LEVEL_EVENT);
2843: END IF;
2844: