DBA Data[Home] [Help]

APPS.PO_ENCUMBRANCE_PREPROCESSING dependencies on PO_ONLINE_REPORT_TEXT

Line 3332: UPDATE po_online_report_text

3328: --
3329: --We need to mark all these submission check errors are and
3330: --set the show_in_psa_flag='Y' so that these errors are visible
3331: --in the psa bc error report.
3332: UPDATE po_online_report_text
3333: SET show_in_psa_flag='Y'
3334: WHERE ONLINE_report_id=x_sub_check_report_id;
3335: --
3336: IF g_debug_stmt THEN