DBA Data[Home] [Help]

APPS.XLA_AAD_UPLOAD_PVT dependencies on XLA_CONDITIONS

Line 1152: INSERT INTO xla_conditions

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
1154: ,condition_id
1155: ,user_sequence
1156: ,application_id

Line 1179: ,xla_conditions_s.nextval

1175: ,last_updated_by
1176: ,last_update_login)
1177: SELECT
1178: p_staging_context_code
1179: ,xla_conditions_s.nextval
1180: ,xal.condition_num
1181: ,p_application_id
1182: ,description_prio_id
1183: ,bracket_left_code

Line 2409: INSERT INTO xla_conditions

2405: p_module => l_log_module,
2406: p_level => C_LEVEL_EVENT);
2407: END IF;
2408:
2409: INSERT INTO xla_conditions
2410: (amb_context_code
2411: ,condition_id
2412: ,user_sequence
2413: ,application_id

Line 2436: ,xla_conditions_s.nextval

2432: ,last_updated_by
2433: ,last_update_login)
2434: SELECT
2435: p_staging_context_code
2436: ,xla_conditions_s.nextval
2437: ,xal.condition_num
2438: ,p_application_id
2439: ,segment_rule_detail_id
2440: ,xal.bracket_left_code

Line 2757: INSERT INTO xla_conditions

2753: p_log_type_code => 'UPLOAD',
2754: p_encoded_message => '# insert (XLA_ACCT_LINE_TYPES_TL) = '||l_num_rows,
2755: p_component_code => 'populate_journal_line_types');
2756:
2757: INSERT INTO xla_conditions
2758: (amb_context_code
2759: ,condition_id
2760: ,user_sequence
2761: ,application_id

Line 2787: ,xla_conditions_s.nextval

2783: ,last_updated_by
2784: ,last_update_login)
2785: SELECT
2786: p_staging_context_code
2787: ,xla_conditions_s.nextval
2788: ,xal.condition_num
2789: ,p_application_id
2790: ,entity_code
2791: ,event_class_code

Line 4190: AD_ZD_SEED.PREPARE('XLA_CONDITIONS');

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