DBA Data[Home] [Help]

APPS.PA_PROJECT_CORE1 dependencies on PA_LOCATIONS_PKG

Line 999: pa_locations_pkg.INSERT_ROW

995: END;
996:
997: if l_location_id is null then
998:
999: pa_locations_pkg.INSERT_ROW
1000: ( p_CITY => x_city,
1001: p_REGION => x_region,
1002: p_COUNTRY_CODE => x_country_code,
1003: p_CREATION_DATE => sysdate,

Line 1095: pa_locations_pkg.INSERT_ROW(

1091: If l_location_id is null then
1092: /* Commented the below line for bug 2688170 */
1093: /* If l_city is not null and l_region is not null and */
1094: If l_country_code is not null then
1095: pa_locations_pkg.INSERT_ROW(
1096: p_CITY => l_city,
1097: p_REGION => l_region,
1098: p_COUNTRY_CODE => l_country_code,
1099: p_CREATION_DATE => sysdate,