DBA Data[Home] [Help]

APPS.PA_PROJ_TEMPLATE_SETUP_PVT dependencies on PA_LOCATIONS_PKG

Line 412: pa_locations_pkg.INSERT_ROW(

408: /* If l_city_name is not null
409: and l_region_name is not null */
410: If l_country_code is not null then
411:
412: pa_locations_pkg.INSERT_ROW(
413: p_CITY => l_city_name,
414: p_REGION => l_region_name,
415: p_COUNTRY_CODE => l_country_code,
416: p_CREATION_DATE => SYSDATE,

Line 1737: pa_locations_pkg.INSERT_ROW(

1733: If l_city_name is not null
1734: and l_region_name is not null
1735: If l_country_code is not null then
1736:
1737: pa_locations_pkg.INSERT_ROW(
1738: p_CITY => l_city_name,
1739: p_REGION => l_region_name,
1740: p_COUNTRY_CODE => l_country_code,
1741: p_CREATION_DATE => SYSDATE,