DBA Data[Home] [Help]

APPS.PO_APPROVED_SUPPLIER_LIST_SV dependencies on PO_GA_PVT

Line 167: IF (po_ga_pvt.is_global_agreement(X_po_header_id)) Then

163: /* Bug 6142693 commented the or clause ("_asl_org_id is not null")
164: in order to ensure only global documents go through this check
165: Reverted the condition introduced in Local SR/ASL project. */
166:
167: IF (po_ga_pvt.is_global_agreement(X_po_header_id)) Then
168: -- or (x_asl_org_id is not null)) THEN -- Bug 2737193
169: --
170:
171: SELECT purchasing_enabled_flag,

Line 205: , x_tokenvalue1 => PO_GA_PVT.get_org_name(p_org_id => x_owning_organization_id)

201: , x_tokenname3 => NULL
202: , x_tokenname4 => NULL
203: , x_tokenname5 => NULL
204: , x_tokenname6 => NULL
205: , x_tokenvalue1 => PO_GA_PVT.get_org_name(p_org_id => x_owning_organization_id)
206: , x_tokenvalue2 => NULL
207: , x_tokenvalue3 => NULL
208: , x_tokenvalue4 => NULL
209: , x_tokenvalue5 => NULL

Line 245: , x_tokenvalue1 => PO_GA_PVT.get_org_name(p_org_id => x_owning_organization_id)

241: , x_tokenname3 => NULL
242: , x_tokenname4 => NULL
243: , x_tokenname5 => NULL
244: , x_tokenname6 => NULL
245: , x_tokenvalue1 => PO_GA_PVT.get_org_name(p_org_id => x_owning_organization_id)
246: , x_tokenvalue2 => NULL
247: , x_tokenvalue3 => NULL
248: , x_tokenvalue4 => NULL
249: , x_tokenvalue5 => NULL