DBA Data[Home] [Help]

APPS.PO_OTM_INTEGRATION_PVT dependencies on FND_TERRITORIES

Line 962: , fnd_territories fter

958: , x_otm_doc.terms
959: FROM po_headers_archive_all poha
960: , po_vendors pov
961: , po_vendor_sites_all povs
962: , fnd_territories fter
963: , po_vendor_contacts povc
964: , hr_all_organization_units hou
965: , hr_locations_all hrl
966: , per_all_people_f ppf

Line 1727: , fnd_territories fter

1723: FROM po_headers_archive_all poha
1724: , po_releases_archive_all pora
1725: , po_vendors pov
1726: , po_vendor_sites_all povs
1727: , fnd_territories fter
1728: , po_vendor_contacts povc
1729: , hr_all_organization_units hou
1730: , hr_locations_all hrl
1731: , per_all_people_f ppf

Line 2323: l_territory_short_name FND_TERRITORIES_TL.territory_short_name%TYPE;

2319: x_otm_doc IN OUT NOCOPY PO_OTM_ORDER_TYPE
2320: )
2321: IS
2322:
2323: l_territory_short_name FND_TERRITORIES_TL.territory_short_name%TYPE;
2324:
2325: d_progress VARCHAR2(3);
2326: d_module CONSTANT VARCHAR2(100) := g_module_prefix || 'POPULATE_ADDRESS';
2327:

Line 2409: l_territory_short_name FND_TERRITORIES_TL.territory_short_name%TYPE;

2405: , x_otm_sched_line IN OUT NOCOPY PO_OTM_SCHEDULE_LINE_TYPE
2406: )
2407: IS
2408:
2409: l_territory_short_name FND_TERRITORIES_TL.territory_short_name%TYPE;
2410:
2411: d_progress VARCHAR2(3);
2412: d_module CONSTANT VARCHAR2(100) := g_module_prefix || 'POPULATE_ADDRESS';
2413: