DBA Data[Home] [Help]

APPS.XLA_AAD_UPLOAD_PVT dependencies on XLA_MPA_JLT_ASSGNS

Line 2745: INSERT INTO xla_mpa_jlt_assgns

2741: p_module => l_log_module,
2742: p_level => C_LEVEL_EVENT);
2743: END IF;
2744:
2745: INSERT INTO xla_mpa_jlt_assgns
2746: (application_id
2747: ,amb_context_code
2748: ,event_class_code
2749: ,event_type_code

Line 2786: WHERE table_name = 'XLA_MPA_JLT_ASSGNS'

2782: ,nvl(to_date(orig_last_update_date, 'YYYY/MM/DD'), sysdate)
2783: ,fnd_load_util.owner_id(owner)
2784: ,0
2785: FROM xla_aad_loader_defns_t
2786: WHERE table_name = 'XLA_MPA_JLT_ASSGNS'
2787: AND staging_amb_context_code = p_staging_context_code;
2788:
2789: IF (C_LEVEL_EVENT >= g_log_level) THEN
2790: trace(p_msg => '# insert (XLA_MPA_JLT_ASSGNS) = '||SQL%ROWCOUNT,

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

2786: WHERE table_name = 'XLA_MPA_JLT_ASSGNS'
2787: AND staging_amb_context_code = p_staging_context_code;
2788:
2789: IF (C_LEVEL_EVENT >= g_log_level) THEN
2790: trace(p_msg => '# insert (XLA_MPA_JLT_ASSGNS) = '||SQL%ROWCOUNT,
2791: p_module => l_log_module,
2792: p_level => C_LEVEL_EVENT);
2793: END IF;
2794: