DBA Data[Home] [Help]

APPS.PO_CORE_S dependencies on PO_SETUP_S1

Line 5714: po_setup_s1.get_sourcing_startup(l_pon_install_status);

5710: ('STANDARD','CONTRACT','BLANKET','PLANNED')
5711: AND nvl(ph.org_id, -99) = nvl(p_org_id, -99));
5712:
5713: --Get the install status of Sourcing
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);