DBA Data[Home] [Help]

APPS.PO_HEADERS_PKG_S2 dependencies on PO_MOAC_UTILS_PVT

Line 367: pon_auction_po_pkg.check_unique(po_moac_utils_pvt.get_current_org_id,X_segment1,X_bid_number,x_status); --

363:
364: if nvl(x_pon_install_status,'N') ='I' then
365: if X_Type_lookup_code in ('STANDARD','BLANKET') then
366: /*Bug12334421 changing the parameter list of PON API, as the signature is changed now*/
367: pon_auction_po_pkg.check_unique(po_moac_utils_pvt.get_current_org_id,X_segment1,X_bid_number,x_status); --
368: if x_status = 'SUCCESS' then
369: X_Unique :=TRUE;
370: else
371: raise no_data_found;