DBA Data[Home] [Help]

APPS.XLA_AAD_UPLOAD_PVT dependencies on XLA_MPA_JLT_ADR_ASSGNS

Line 2845: INSERT INTO xla_mpa_jlt_adr_assgns

2841: p_module => l_log_module,
2842: p_level => C_LEVEL_EVENT);
2843: END IF;
2844:
2845: INSERT INTO xla_mpa_jlt_adr_assgns
2846: (application_id
2847: ,amb_context_code
2848: ,event_class_code
2849: ,event_type_code

Line 2892: AND table_name = 'XLA_MPA_JLT_ADR_ASSGNS'

2888: ,0
2889: FROM xla_aad_loader_defns_t xal
2890: , fnd_application fap
2891: WHERE fap.application_short_name(+) = xal.segment_rule_appl_sn
2892: AND table_name = 'XLA_MPA_JLT_ADR_ASSGNS'
2893: AND staging_amb_context_code = p_staging_context_code;
2894:
2895: IF (C_LEVEL_EVENT >= g_log_level) THEN
2896: trace(p_msg => '# insert (XLA_MPA_JLT_ADR_ASSGNS) = '||SQL%ROWCOUNT,

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

2892: AND table_name = 'XLA_MPA_JLT_ADR_ASSGNS'
2893: AND staging_amb_context_code = p_staging_context_code;
2894:
2895: IF (C_LEVEL_EVENT >= g_log_level) THEN
2896: trace(p_msg => '# insert (XLA_MPA_JLT_ADR_ASSGNS) = '||SQL%ROWCOUNT,
2897: p_module => l_log_module,
2898: p_level => C_LEVEL_EVENT);
2899: END IF;
2900: