DBA Data[Home] [Help]

APPS.PO_HEADERS_PKG_S2 dependencies on PO_MOAC_UTILS_PVT

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

362: /* End bug 2421680 */
363:
364: if nvl(x_pon_install_status,'N') ='I' then
365: if X_Type_lookup_code in ('STANDARD','BLANKET') then
366: pon_auction_po_pkg.check_unique(po_moac_utils_pvt.get_current_org_id,X_segment1,x_status); --
367: if x_status = 'SUCCESS' then
368: X_Unique :=TRUE;
369: else
370: raise no_data_found;