DBA Data[Home] [Help]

APPS.PO_ENCUMBRANCE_PREPROCESSING dependencies on PO_ONLINE_REPORT_TEXT

Line 3292: UPDATE po_online_report_text

3288: --
3289: --We need to mark all these submission check errors are and
3290: --set the show_in_psa_flag='Y' so that these errors are visible
3291: --in the psa bc error report.
3292: UPDATE po_online_report_text
3293: SET show_in_psa_flag='Y'
3294: WHERE ONLINE_report_id=x_sub_check_report_id;
3295: --
3296: IF g_debug_stmt THEN