DBA Data[Home] [Help]

APPS.PV_ORDER_MGMT_PVT dependencies on PV_ORDER_MGMT_PVT

Line 1: PACKAGE BODY PV_ORDER_MGMT_PVT as

1: PACKAGE BODY PV_ORDER_MGMT_PVT as
2: /* $Header: pvxvpomb.pls 120.38 2009/12/15 19:17:08 hekkiral ship $ */
3:
4:
5:

Line 24: G_PKG_NAME CONSTANT VARCHAR2(30) := 'PV_ORDER_MGMT_PVT';

20: --ktsao: Oct 05, 05 Fixed for bug 4645137
21: --ktsao: Oct 05, 05 Added debug message for cancel_order
22:
23:
24: G_PKG_NAME CONSTANT VARCHAR2(30) := 'PV_ORDER_MGMT_PVT';
25: G_FILE_NAME CONSTANT VARCHAR2(12) := 'pvxvpomb.pls';
26: PV_DEBUG_HIGH_ON CONSTANT boolean := FND_MSG_PUB.CHECK_MSG_LEVEL(FND_MSG_PUB.G_MSG_LVL_DEBUG_HIGH);
27: PV_DEBUG_LOW_ON CONSTANT boolean := FND_MSG_PUB.CHECK_MSG_LEVEL(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW);
28: PV_DEBUG_MEDIUM_ON CONSTANT boolean := FND_MSG_PUB.CHECK_MSG_LEVEL(FND_MSG_PUB.G_MSG_LVL_DEBUG_MEDIUM);

Line 3350: END PV_ORDER_MGMT_PVT;

3346: );
3347:
3348: END set_vad_payment_info;
3349:
3350: END PV_ORDER_MGMT_PVT;