DBA Data[Home] [Help]

APPS.XLA_AAD_UPLOAD_PVT dependencies on XLA_DESCRIPT_DETAILS_TL

Line 1097: INSERT INTO xla_descript_details_tl

1093: p_log_type_code => 'UPLOAD',
1094: p_encoded_message => '# insert (XLA_DESCRIPT_DETAILS_B) = '||l_num_rows,
1095: p_component_code => 'populate_descriptions');
1096:
1097: INSERT INTO xla_descript_details_tl
1098: (amb_context_code
1099: ,description_detail_id
1100: ,language
1101: ,literal

Line 1137: trace(p_msg => '# insert (XLA_DESCRIPT_DETAILS_TL) = '||l_num_rows,

1133:
1134: l_num_rows := SQL%ROWCOUNT;
1135:
1136: IF (C_LEVEL_EVENT >= g_log_level) THEN
1137: trace(p_msg => '# insert (XLA_DESCRIPT_DETAILS_TL) = '||l_num_rows,
1138: p_module => l_log_module,
1139: p_level => C_LEVEL_EVENT);
1140: END IF;
1141:

Line 1149: p_encoded_message => '# insert (XLA_DESCRIPT_DETAILS_TL) = '||l_num_rows,

1145: p_amb_context_code => p_staging_context_code,
1146: p_application_id => p_application_id,
1147: p_request_code => 'IMPORT' ,
1148: p_log_type_code => 'UPLOAD',
1149: p_encoded_message => '# insert (XLA_DESCRIPT_DETAILS_TL) = '||l_num_rows,
1150: p_component_code => 'populate_descriptions');
1151:
1152: INSERT INTO xla_conditions
1153: (amb_context_code

Line 4189: AD_ZD_SEED.PREPARE('XLA_DESCRIPT_DETAILS_TL');

4185: AD_ZD_SEED.PREPARE('XLA_DESCRIPTIONS_B');
4186: AD_ZD_SEED.PREPARE('XLA_DESCRIPTIONS_TL');
4187: AD_ZD_SEED.PREPARE('XLA_DESC_PRIORITIES');
4188: AD_ZD_SEED.PREPARE('XLA_DESCRIPT_DETAILS_B');
4189: AD_ZD_SEED.PREPARE('XLA_DESCRIPT_DETAILS_TL');
4190: AD_ZD_SEED.PREPARE('XLA_CONDITIONS');
4191: AD_ZD_SEED.PREPARE('XLA_MAPPING_SETS_B');
4192: AD_ZD_SEED.PREPARE('XLA_MAPPING_SETS_TL');
4193: AD_ZD_SEED.PREPARE('XLA_MAPPING_SET_VALUES');