DBA Data[Home] [Help]

APPS.XLA_AAD_UPLOAD_PVT dependencies on XLA_MPA_JLT_ASSGNS

Line 3274: INSERT INTO xla_mpa_jlt_assgns

3270: p_log_type_code => 'UPLOAD',
3271: p_encoded_message => '# insert (XLA_MPA_HEADER_AC_ASSGNS) = '|| l_num_rows,
3272: p_component_code => 'populate_jlds');
3273:
3274: INSERT INTO xla_mpa_jlt_assgns
3275: (application_id
3276: ,amb_context_code
3277: ,event_class_code
3278: ,event_type_code

Line 3315: WHERE table_name = 'XLA_MPA_JLT_ASSGNS'

3311: ,nvl(to_date(orig_last_update_date, 'YYYY/MM/DD'), sysdate)
3312: ,fnd_load_util.owner_id(owner)
3313: ,0
3314: FROM xla_aad_loader_defns_t
3315: WHERE table_name = 'XLA_MPA_JLT_ASSGNS'
3316: AND staging_amb_context_code = p_staging_context_code;
3317:
3318: l_num_rows := SQL%ROWCOUNT;
3319:

Line 3321: trace(p_msg => '# insert (XLA_MPA_JLT_ASSGNS) = '||l_num_rows,

3317:
3318: l_num_rows := SQL%ROWCOUNT;
3319:
3320: IF (C_LEVEL_EVENT >= g_log_level) THEN
3321: trace(p_msg => '# insert (XLA_MPA_JLT_ASSGNS) = '||l_num_rows,
3322: p_module => l_log_module,
3323: p_level => C_LEVEL_EVENT);
3324: END IF;
3325: -- Bug : 16208537

Line 3332: p_encoded_message => '# insert (XLA_MPA_JLT_ASSGNS) = '||l_num_rows,

3328: p_amb_context_code => p_staging_context_code,
3329: p_application_id => p_application_id,
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

Line 4211: AD_ZD_SEED.PREPARE('XLA_MPA_JLT_ASSGNS');

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