DBA Data[Home] [Help]

APPS.PO_APPROVED_SUPPLIER_LIST_SV dependencies on PO_GA_PVT

Line 159: IF (po_ga_pvt.is_global_agreement(X_po_header_id)or (x_asl_org_id is not null)) THEN -- Bug 2737193

155: If the value of x_asl_org_id is not null then we need to verify that
156: the item for which ASL needs to be created is enabled in the inventory
157: organization x_asl_org_id
158: */
159: IF (po_ga_pvt.is_global_agreement(X_po_header_id)or (x_asl_org_id is not null)) THEN -- Bug 2737193
160: --
161:
162: SELECT purchasing_enabled_flag,
163: outside_operation_flag

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

190: , x_tokenname3 => NULL
191: , x_tokenname4 => NULL
192: , x_tokenname5 => NULL
193: , x_tokenname6 => NULL
194: , x_tokenvalue1 => PO_GA_PVT.get_org_name(p_org_id => x_owning_organization_id)
195: , x_tokenvalue2 => NULL
196: , x_tokenvalue3 => NULL
197: , x_tokenvalue4 => NULL
198: , x_tokenvalue5 => NULL

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

230: , x_tokenname3 => NULL
231: , x_tokenname4 => NULL
232: , x_tokenname5 => NULL
233: , x_tokenname6 => NULL
234: , x_tokenvalue1 => PO_GA_PVT.get_org_name(p_org_id => x_owning_organization_id)
235: , x_tokenvalue2 => NULL
236: , x_tokenvalue3 => NULL
237: , x_tokenvalue4 => NULL
238: , x_tokenvalue5 => NULL