DBA Data[Home] [Help]

APPS.PSA_FUNDS_CHECKER_PKG dependencies on PSA_XLA_DIST_LINKS_LOGS

Line 7533: DELETE from psa_xla_dist_links_logs

7529: -- ========================= FND LOG =============================
7530:
7531: -- ========================= FND LOG =============================
7532:
7533: DELETE from psa_xla_dist_links_logs
7534: where (sysdate - creation_date) >= p_purge_days;
7535:
7536: -- =========================== FND LOG ===========================
7537: psa_utils.debug_other_string(g_state_level,l_full_path, ' Delete psa_xla_dist_links_logs deleted ' || SQL%ROWCOUNT || ' rows');

Line 7537: psa_utils.debug_other_string(g_state_level,l_full_path, ' Delete psa_xla_dist_links_logs deleted ' || SQL%ROWCOUNT || ' rows');

7533: DELETE from psa_xla_dist_links_logs
7534: where (sysdate - creation_date) >= p_purge_days;
7535:
7536: -- =========================== FND LOG ===========================
7537: psa_utils.debug_other_string(g_state_level,l_full_path, ' Delete psa_xla_dist_links_logs deleted ' || SQL%ROWCOUNT || ' rows');
7538: -- ========================= FND LOG =============================
7539:
7540: end if;
7541:

Line 9433: INSERT INTO psa_xla_dist_links_logs

9429: VALUES xla_ae_headers(i);
9430:
9431:
9432: FORALL i IN 1 .. xla_distribution_links.count
9433: INSERT INTO psa_xla_dist_links_logs
9434: VALUES xla_distribution_links(i);
9435: COMMIT;
9436:
9437: END debug_xla_insert ;