DBA Data[Home] [Help]

APPS.PA_PROJECTS_MAINT_PVT dependencies on PA_LOCATIONS_PKG

Line 5032: pa_locations_pkg.INSERT_ROW(

5028: x_location_id => x_location_id);
5029:
5030: If x_location_id is null then
5031:
5032: pa_locations_pkg.INSERT_ROW(
5033: p_CITY => x_city_name,
5034: p_REGION => x_region_name,
5035: p_COUNTRY_CODE => x_country_code,
5036: p_CREATION_DATE => sysdate,

Line 5393: pa_locations_pkg.INSERT_ROW(

5389: THEN
5390: pa_debug.debug('Validate_project_info PVT: location
5391: table handler to insert new record');
5392: End if;
5393: pa_locations_pkg.INSERT_ROW(
5394: p_CITY => p_city,
5395: p_REGION => p_state_region,
5396: p_COUNTRY_CODE => x_country_code,
5397: p_CREATION_DATE => sysdate,