DBA Data[Home] [Help]

APPS.XLA_FSAH_INT_PVT dependencies on XLA_DISTRIBUTION_LINKS

Line 368: INSERT INTO xla_distribution_links

364: WHERE application_id = p_application_id
365: AND ae_header_id = p_ref_ae_header_id;
366: END IF;
367:
368: INSERT INTO xla_distribution_links
369: (application_id, event_id, ae_header_id, ae_line_num,
370: source_distribution_type, statistical_amount,
371: ref_ae_header_id, ref_temp_line_num, merge_duplicate_code,
372: temp_line_num, ref_event_id, event_class_code,

Line 1257: UPDATE xla_distribution_links

1253: );
1254: END IF;
1255:
1256: FORALL i IN 1 .. l_array_ae_header_id.COUNT
1257: UPDATE xla_distribution_links
1258: SET event_id = x_new_event_id
1259: WHERE application_id = p_application_id
1260: AND ae_header_id = l_array_ae_header_id (i);
1261: ---------------------------------------------------------