DBA Data[Home] [Help]

APPS.PON_BID_DEFAULTING_PKG dependencies on PON_MNG_EVAL_BID_SECTIONS

Line 5143: DELETE FROM pon_mng_eval_bid_sections

5139: END IF;
5140:
5141: -- Begin Supplier Management: Bug 12369949
5142: IF (l_eval_flag = 'Y') THEN
5143: DELETE FROM pon_mng_eval_bid_sections
5144: WHERE bid_number = x_bid_number
5145: AND status_code = 'A';
5146: END IF;
5147: -- End Supplier Management: Bug 12369949