DBA Data[Home] [Help]

APPS.PO_CORE_S dependencies on PO_SETUP_S1

Line 5922: po_setup_s1.get_sourcing_startup(l_pon_install_status);

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