DBA Data[Home] [Help]

APPS.PA_PROJECTS_MAINT_PVT dependencies on PA_LOCATIONS_PKG

Line 5030: pa_locations_pkg.INSERT_ROW(

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

Line 5391: pa_locations_pkg.INSERT_ROW(

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