DBA Data[Home] [Help]

APPS.PO_CLM_COLS_SUB_CHECK dependencies on PO_ONLINE_REPORT_TEXT_GT

Line 593: INSERT INTO po_online_report_text_gt

589: END IF;
590:
591: -- 16720438 - There should not be any validation if Effecctive date is given. Ref Bug: 13970257
592: -- Check for clm_effective_date being given as NULL
593: INSERT INTO po_online_report_text_gt
594: (
595: online_report_id,
596: last_update_login,
597: last_updated_by,

Line 635: INSERT INTO po_online_report_text_gt

631: END IF ;
632:
633: -- Effective date should be less than the need by date
634: -- of all the shipments
635: INSERT INTO po_online_report_text_gt
636: (
637: online_report_id,
638: last_update_login,
639: last_updated_by,

Line 2288: INSERT INTO po_online_report_text_gt

2284: l_ret_clm_err_msg_txt := FND_MESSAGE.GET;
2285: d_progress := 30;
2286: PO_UDA_DEFAULTING_PKG.DEBUG('After fetching the message text :' || l_ret_clm_err_msg_txt, d_progress);
2287:
2288: INSERT INTO po_online_report_text_gt
2289: (
2290: online_report_id,
2291: last_update_login,
2292: last_updated_by,