DBA Data[Home] [Help]

APPS.OZF_QP_PRODUCTS_PVT dependencies on OZF_QP_PRODUCTS_PVT

Line 1: PACKAGE BODY OZF_QP_PRODUCTS_PVT AS

1: PACKAGE BODY OZF_QP_PRODUCTS_PVT AS
2: /* $Header: ozfvoqppb.pls 120.3 2005/08/25 04:19:26 rssharma noship $ */
3: -- ===============================================================
4: -- Start of Comments
5: -- Package name

Line 14: G_PKG_NAME CONSTANT VARCHAR2(30):= 'OZF_QP_PRODUCTS_PVT';

10: -- Thu Jul 07 2005:7/12 PM RSSHARMA Created
11: -- NOTE
12: -- End of Comments
13: -- ===============================================================
14: G_PKG_NAME CONSTANT VARCHAR2(30):= 'OZF_QP_PRODUCTS_PVT';
15: G_FILE_NAME CONSTANT VARCHAR2(15) := 'ozfvoqppb.pls';
16:
17:
18:

Line 474: ROLLBACK TO create_ozf_qp_products_pvt;

470: , p_data => x_msg_data
471: );
472:
473: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
474: ROLLBACK TO create_ozf_qp_products_pvt;
475: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
476: FND_MSG_PUB.COUNT_AND_GET
477: (
478: p_encoded => FND_API.G_FALSE

Line 484: ROLLBACK TO create_ozf_qp_products_pvt;

480: , p_data => x_msg_data
481: );
482:
483: WHEN OTHERS THEN
484: ROLLBACK TO create_ozf_qp_products_pvt;
485: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
486: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
487: THEN
488: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);

Line 800: END OZF_QP_PRODUCTS_PVT;

796:
797: END Delete_ozf_qp_product;
798:
799:
800: END OZF_QP_PRODUCTS_PVT;
801: