DBA Data[Home] [Help]

APPS.HZ_GEOGRAPHY_STRUCTURE_PUB dependencies on HZ_GEO_STRUCTURE_VALIDATE_PVT

Line 219: HZ_GEO_STRUCTURE_VALIDATE_PVT.validate_geo_rel_type(

215:
216: BEGIN
217:
218: -- validate geography relationship type
219: HZ_GEO_STRUCTURE_VALIDATE_PVT.validate_geo_rel_type(
220: p_create_update_flag => 'C',
221: p_geo_rel_type_rec => p_geo_rel_type_rec,
222: x_return_status => x_return_status
223: );

Line 394: HZ_GEO_STRUCTURE_VALIDATE_PVT.validate_geo_structure(

390:
391: BEGIN
392:
393: -- validate geography structure record
394: HZ_GEO_STRUCTURE_VALIDATE_PVT.validate_geo_structure(
395: p_create_update_flag => 'C',
396: p_geo_structure_rec => p_geo_structure_rec,
397: x_return_status => x_return_status
398: );

Line 623: HZ_GEO_STRUCTURE_VALIDATE_PVT.validate_geo_structure(

619:
620: --dbms_output.put_line('before validate');
621:
622: -- validate record for update
623: HZ_GEO_STRUCTURE_VALIDATE_PVT.validate_geo_structure(
624: p_create_update_flag => 'U',
625: p_geo_structure_rec => l_geo_structure_rec,
626: x_return_status => x_return_status
627: );

Line 1265: HZ_GEO_STRUCTURE_VALIDATE_PVT.validate_zone_type (

1261: BEGIN
1262:
1263: l_geography_type_name := p_zone_type_rec.geography_type_name;
1264:
1265: HZ_GEO_STRUCTURE_VALIDATE_PVT.validate_zone_type (
1266: p_zone_type_rec => p_zone_type_rec,
1267: p_create_update_flag => 'C',
1268: x_return_status => x_return_status
1269: );

Line 1519: HZ_GEO_STRUCTURE_VALIDATE_PVT.validate_zone_type(

1515: RAISE FND_API.G_EXC_ERROR;
1516:
1517: END;
1518:
1519: HZ_GEO_STRUCTURE_VALIDATE_PVT.validate_zone_type(
1520: p_zone_type_rec => p_zone_type_rec,
1521: p_create_update_flag => 'U',
1522: x_return_status => x_return_status
1523: );