DBA Data[Home] [Help]

APPS.XLA_AAD_UPLOAD_PVT dependencies on XLA_MPA_JLT_AC_ASSGNS

Line 3334: INSERT INTO xla_mpa_jlt_ac_assgns

3330: p_request_code => 'IMPORT' ,
3331: p_log_type_code => 'UPLOAD',
3332: p_encoded_message => '# insert (XLA_MPA_JLT_ASSGNS) = '||l_num_rows,
3333: p_component_code => 'populate_jlds');
3334: INSERT INTO xla_mpa_jlt_ac_assgns
3335: (application_id
3336: ,amb_context_code
3337: ,event_class_code
3338: ,event_type_code

Line 3375: WHERE table_name = 'XLA_MPA_JLT_AC_ASSGNS'

3371: ,nvl(to_date(orig_last_update_date, 'YYYY/MM/DD'), sysdate)
3372: ,fnd_load_util.owner_id(owner)
3373: ,0
3374: FROM xla_aad_loader_defns_t
3375: WHERE table_name = 'XLA_MPA_JLT_AC_ASSGNS'
3376: AND staging_amb_context_code = p_staging_context_code;
3377: l_num_rows := SQL%ROWCOUNT;
3378: IF (C_LEVEL_EVENT >= g_log_level) THEN
3379: trace(p_msg => '# insert (XLA_MPA_JLT_AC_ASSGNS) = '|| l_num_rows,

Line 3379: trace(p_msg => '# insert (XLA_MPA_JLT_AC_ASSGNS) = '|| l_num_rows,

3375: WHERE table_name = 'XLA_MPA_JLT_AC_ASSGNS'
3376: AND staging_amb_context_code = p_staging_context_code;
3377: l_num_rows := SQL%ROWCOUNT;
3378: IF (C_LEVEL_EVENT >= g_log_level) THEN
3379: trace(p_msg => '# insert (XLA_MPA_JLT_AC_ASSGNS) = '|| l_num_rows,
3380: p_module => l_log_module,
3381: p_level => C_LEVEL_EVENT);
3382: END IF;
3383: -- Bug : 16208537

Line 3390: p_encoded_message => '# insert (XLA_MPA_JLT_AC_ASSGNS) = '||l_num_rows,

3386: p_amb_context_code => p_staging_context_code,
3387: p_application_id => p_application_id,
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

Line 4212: AD_ZD_SEED.PREPARE('XLA_MPA_JLT_AC_ASSGNS');

4208: AD_ZD_SEED.PREPARE('XLA_LINE_DEFN_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');