DBA Data[Home] [Help]

APPS.PA_OBJECT_REGIONS_PVT dependencies on PA_OBJECT_REGIONS_PVT

Line 1: PACKAGE BODY PA_OBJECT_REGIONS_PVT AS

1: PACKAGE BODY PA_OBJECT_REGIONS_PVT AS
2: --$Header: PAAPORVB.pls 120.2 2005/08/19 16:16:02 mwasowic noship $
3:
4: procedure create_object_page_region (
5: p_api_version IN NUMBER := 1.0,

Line 100: ( p_pkg_name => 'PA_OBJECT_REGIONS_PVT.create_object_page_region'

96: ROLLBACK TO create_object_page_region;
97: END IF;
98: -- Set the excetption Message and the stack
99: FND_MSG_PUB.add_exc_msg
100: ( p_pkg_name => 'PA_OBJECT_REGIONS_PVT.create_object_page_region'
101: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
102: --
103: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
104: RAISE; -- This is optional depending on the needs

Line 212: ( p_pkg_name => 'PA_OBJECT_REGIONS_PVT.update_object_page_region'

208: ROLLBACK TO update_object_page_region;
209: END IF;
210: -- Set the excetption Message and the stack
211: FND_MSG_PUB.add_exc_msg
212: ( p_pkg_name => 'PA_OBJECT_REGIONS_PVT.update_object_page_region'
213: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
214: --
215: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
216: RAISE; -- This is optional depending on the needs

Line 270: ( p_pkg_name => 'PA_OBJECT_REGIONS_PVT.delete_object_page_region'

266: ROLLBACK TO delete_object_page_region;
267: END IF;
268: -- Set the excetption Message and the stack
269: FND_MSG_PUB.add_exc_msg
270: ( p_pkg_name => 'PA_OBJECT_REGIONS_PVT.delete_object_page_region'
271: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
272: --
273: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
274: RAISE; -- This is optional depending on the needs

Line 278: END PA_OBJECT_REGIONS_PVT;

274: RAISE; -- This is optional depending on the needs
275:
276: End DELETE_object_page_region;
277:
278: END PA_OBJECT_REGIONS_PVT;