DBA Data[Home] [Help]

APPS.AP_PERIOD_CLOSE_PKG dependencies on XLA_DISTRIBUTION_LINKS

Line 2077: DELETE FROM xla_distribution_links

2073:
2074:
2075: debug ('deleting the orphan distribution links');
2076: FORALL i IN l_orphan_headers_data.FIRST..l_orphan_headers_data.LAST
2077: DELETE FROM xla_distribution_links
2078: WHERE application_id = 200
2079: AND ae_header_id = l_orphan_headers_data(i)
2080: AND l_orphan_headers_data(i) IS NOT NULL;
2081: