DBA Data[Home] [Help]

APPS.XLA_AAD_UPLOAD_PVT dependencies on XLA_MPA_JLT_ADR_ASSGNS

Line 3392: INSERT INTO xla_mpa_jlt_adr_assgns

3388: p_request_code => 'IMPORT' ,
3389: p_log_type_code => 'UPLOAD',
3390: p_encoded_message => '# insert (XLA_MPA_JLT_AC_ASSGNS) = '||l_num_rows,
3391: p_component_code => 'populate_jlds');
3392: INSERT INTO xla_mpa_jlt_adr_assgns
3393: (application_id
3394: ,amb_context_code
3395: ,event_class_code
3396: ,event_type_code

Line 3439: AND table_name = 'XLA_MPA_JLT_ADR_ASSGNS'

3435: ,0
3436: FROM xla_aad_loader_defns_t xal
3437: , fnd_application fap
3438: WHERE fap.application_short_name(+) = xal.segment_rule_appl_sn
3439: AND table_name = 'XLA_MPA_JLT_ADR_ASSGNS'
3440: AND staging_amb_context_code = p_staging_context_code;
3441: l_num_rows := SQL%ROWCOUNT;
3442: IF (C_LEVEL_EVENT >= g_log_level) THEN
3443: trace(p_msg => '# insert (XLA_MPA_JLT_ADR_ASSGNS) = '||l_num_rows,

Line 3443: trace(p_msg => '# insert (XLA_MPA_JLT_ADR_ASSGNS) = '||l_num_rows,

3439: AND table_name = 'XLA_MPA_JLT_ADR_ASSGNS'
3440: AND staging_amb_context_code = p_staging_context_code;
3441: l_num_rows := SQL%ROWCOUNT;
3442: IF (C_LEVEL_EVENT >= g_log_level) THEN
3443: trace(p_msg => '# insert (XLA_MPA_JLT_ADR_ASSGNS) = '||l_num_rows,
3444: p_module => l_log_module,
3445: p_level => C_LEVEL_EVENT);
3446: END IF;
3447: -- Bug : 16208537

Line 3454: p_encoded_message => '# insert (XLA_MPA_JLT_ADR_ASSGNS) = '||l_num_rows,

3450: p_amb_context_code => p_staging_context_code,
3451: p_application_id => p_application_id,
3452: p_request_code => 'IMPORT' ,
3453: p_log_type_code => 'UPLOAD',
3454: p_encoded_message => '# insert (XLA_MPA_JLT_ADR_ASSGNS) = '||l_num_rows,
3455: p_component_code => 'populate_jlds');
3456: IF (C_LEVEL_PROCEDURE >= g_log_level) THEN
3457: trace(p_msg => 'END of procedure populate_jlds',
3458: p_module => l_log_module,

Line 4213: AD_ZD_SEED.PREPARE('XLA_MPA_JLT_ADR_ASSGNS');

4209: AD_ZD_SEED.PREPARE('XLA_LINE_DEFN_AC_ASSGNS');
4210: AD_ZD_SEED.PREPARE('XLA_MPA_HEADER_AC_ASSGNS');
4211: AD_ZD_SEED.PREPARE('XLA_MPA_JLT_ASSGNS');
4212: AD_ZD_SEED.PREPARE('XLA_MPA_JLT_AC_ASSGNS');
4213: AD_ZD_SEED.PREPARE('XLA_MPA_JLT_ADR_ASSGNS');
4214: AD_ZD_SEED.PREPARE('XLA_PRODUCT_RULES_B');
4215: AD_ZD_SEED.PREPARE('XLA_PRODUCT_RULES_TL');
4216: AD_ZD_SEED.PREPARE('XLA_PROD_ACCT_HEADERS');
4217: AD_ZD_SEED.PREPARE('XLA_AAD_HDR_ACCT_ATTRS');