DBA Data[Home] [Help]

APPS.PON_EXHIBITS_PKG dependencies on OKC_DELIVERABLES

Line 270: FROM okc_deliverables

266: ELSIF(p_is_cdrl = 'Y') THEN
267:
268: --Get number of deliverables in an exhibit and use it to get next exhibit number.
269: select count(1) INTO l_cdrl_count
270: FROM okc_deliverables
271: where business_document_id = p_auction_header_id
272: and business_document_version = -99
273: and del_category_code = 'CDRL'
274: and exhibit_code = p_exhibit_number;