DBA Data[Home] [Help]

APPS.PO_SOURCING_RULES_SV dependencies on PO_GA_PVT

Line 601: , x_tokenvalue1 => PO_GA_PVT.get_org_name(p_org_id => x_organization_id)

597: , x_tokenname3 => NULL
598: , x_tokenname4 => NULL
599: , x_tokenname5 => NULL
600: , x_tokenname6 => NULL
601: , x_tokenvalue1 => PO_GA_PVT.get_org_name(p_org_id => x_organization_id)
602: , x_tokenvalue2 => NULL
603: , x_tokenvalue3 => NULL
604: , x_tokenvalue4 => NULL
605: , x_tokenvalue5 => NULL

Line 1416: , x_tokenvalue1 => PO_GA_PVT.get_org_name(p_org_id => x_organization_id)

1412: , x_tokenname3 => NULL
1413: , x_tokenname4 => NULL
1414: , x_tokenname5 => NULL
1415: , x_tokenname6 => NULL
1416: , x_tokenvalue1 => PO_GA_PVT.get_org_name(p_org_id => x_organization_id)
1417: , x_tokenvalue2 => NULL
1418: , x_tokenvalue3 => NULL
1419: , x_tokenvalue4 => NULL
1420: , x_tokenvalue5 => NULL

Line 1744: x_vendor_site_id := PO_GA_PVT.get_vendor_site_id(p_po_header_id);

1740: l_ga_flag po_headers_all.global_agreement_flag%TYPE := 'N';
1741: BEGIN
1742: --If the Doc is GA then get_vendor_site returns vendor_site_id
1743: --Else returns NULL
1744: x_vendor_site_id := PO_GA_PVT.get_vendor_site_id(p_po_header_id);
1745:
1746: --Either the doc is not GA or the current org is not enabled.
1747: --For both of these cases, select site from the header
1748: IF x_vendor_site_id is NULL then