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 1732: pa_locations_pkg.INSERT_ROW(

1728: If l_city_name is not null
1729: and l_region_name is not null
1730: If l_country_code is not null then
1731:
1732: pa_locations_pkg.INSERT_ROW(
1733: p_CITY => l_city_name,
1734: p_REGION => l_region_name,
1735: p_COUNTRY_CODE => l_country_code,
1736: p_CREATION_DATE => SYSDATE,