DBA Data[Home] [Help]

APPS.PSA_UTILS dependencies on XLA_AE_LINES_GT

Line 584: DELETE from xla_ae_lines_gt;

580: DELETE from xla_acct_prog_events_gt;
581: debug_other_string(g_state_level,l_path_name,'Number of rows deleted of xla_acct_prog_events_gt: ' || SQL%ROWCOUNT);
582: DELETE from xla_ae_headers_gt;
583: debug_other_string(g_state_level,l_path_name,'Number of rows deleted of xla_ae_headers_gt: ' || SQL%ROWCOUNT);
584: DELETE from xla_ae_lines_gt;
585: debug_other_string(g_state_level,l_path_name,'Number of rows deleted of xla_ae_lines_gt: ' || SQL%ROWCOUNT);
586: DELETE from xla_validation_lines_gt;
587: debug_other_string(g_state_level,l_path_name,'Number of rows deleted of xla_validation_lines_gt: ' || SQL%ROWCOUNT);
588: END IF;

Line 585: debug_other_string(g_state_level,l_path_name,'Number of rows deleted of xla_ae_lines_gt: ' || SQL%ROWCOUNT);

581: debug_other_string(g_state_level,l_path_name,'Number of rows deleted of xla_acct_prog_events_gt: ' || SQL%ROWCOUNT);
582: DELETE from xla_ae_headers_gt;
583: debug_other_string(g_state_level,l_path_name,'Number of rows deleted of xla_ae_headers_gt: ' || SQL%ROWCOUNT);
584: DELETE from xla_ae_lines_gt;
585: debug_other_string(g_state_level,l_path_name,'Number of rows deleted of xla_ae_lines_gt: ' || SQL%ROWCOUNT);
586: DELETE from xla_validation_lines_gt;
587: debug_other_string(g_state_level,l_path_name,'Number of rows deleted of xla_validation_lines_gt: ' || SQL%ROWCOUNT);
588: END IF;
589: