DBA Data[Home] [Help]

APPS.PO_CORE_S dependencies on PON_AUCTION_PO_PKG

Line 5718: pon_auction_po_pkg.check_unique(p_org_id,p_segment1,l_status);

5714: po_setup_s1.get_sourcing_startup(l_pon_install_status);
5715:
5716: if nvl(l_pon_install_status,'N') ='I' then
5717: if p_Type_lookup_code in ('STANDARD','BLANKET') then
5718: pon_auction_po_pkg.check_unique(p_org_id,p_segment1,l_status);
5719: if l_status = 'SUCCESS' then
5720: l_Unique :=TRUE;
5721: else
5722: raise no_data_found;