DBA Data[Home] [Help]

APPS.PO_CORE_S dependencies on PON_AUCTION_PO_PKG

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

5922: po_setup_s1.get_sourcing_startup(l_pon_install_status);
5923:
5924: if nvl(l_pon_install_status,'N') ='I' then
5925: if p_Type_lookup_code in ('STANDARD','BLANKET') then
5926: pon_auction_po_pkg.check_unique(p_org_id,p_segment1,l_status);
5927: if l_status = 'SUCCESS' then
5928: l_Unique :=TRUE;
5929: else
5930: raise no_data_found;