DBA Data[Home] [Help]

APPS.PV_PTR_MEMBER_TYPE_PVT dependencies on PV_PTR_MEMBER_TYPE_PVT

Line 1: PACKAGE BODY Pv_ptr_member_type_pvt as

1: PACKAGE BODY Pv_ptr_member_type_pvt as
2: /* $Header: pvxvmtcb.pls 120.3 2005/08/31 17:27:24 appldev ship $ */
3: -- ===============================================================
4: -- Start of Comments
5: -- Package name

Line 6: -- Pv_ptr_member_type_pvt

2: /* $Header: pvxvmtcb.pls 120.3 2005/08/31 17:27:24 appldev ship $ */
3: -- ===============================================================
4: -- Start of Comments
5: -- Package name
6: -- Pv_ptr_member_type_pvt
7: -- Purpose
8: -- to handle member type related functionality
9: -- History 10-SEP-2003 pukken created
10: -- 16-FEB-2004 pukken fixed bug 3439734

Line 15: G_PKG_NAME CONSTANT VARCHAR2(30) := 'Pv_ptr_member_type_pvt';

11: -- 29-APRIL-2004 pukken fix bug 3597966
12: -- 31-AUG-2005 ktsao fix bug 4534894
13:
14:
15: G_PKG_NAME CONSTANT VARCHAR2(30) := 'Pv_ptr_member_type_pvt';
16: G_FILE_NAME CONSTANT VARCHAR2(12) := 'pvxvmtcb.pls';
17:
18: PV_DEBUG_HIGH_ON CONSTANT boolean := FND_MSG_PUB.CHECK_MSG_LEVEL(FND_MSG_PUB.G_MSG_LVL_DEBUG_HIGH);
19: PV_DEBUG_LOW_ON CONSTANT boolean := FND_MSG_PUB.CHECK_MSG_LEVEL(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW);

Line 928: -- Pv_ptr_member_type_pvt.Process_ptr_member_type

924:
925: ---------------------------------------------
926:
927: -- PROCEDURE
928: -- Pv_ptr_member_type_pvt.Process_ptr_member_type
929: --
930: -- PURPOSE
931: -- Change Membership Type.
932: -- IN

Line 1345: , 'Entered the subscription pl/sql block Pv_ptr_member_type_pvt.terminate_partner()'

1341: IF (PV_DEBUG_HIGH_ON) THEN
1342: WRITE_LOG
1343: (
1344: l_api_name
1345: , 'Entered the subscription pl/sql block Pv_ptr_member_type_pvt.terminate_partner()'
1346: );
1347: END IF;
1348:
1349: IF ( l_key like 'oracle.apps.ar.hz.Relationship.update%' OR l_key like 'oracle.apps.ar.hz.Relationship.create%' ) THEN

Line 1545: WF_CORE.CONTEXT('pv_ptr_member_type_pvt', 'terminate_partner', p_event.getEventName(), p_subscription_guid);

1541: END IF; -- end of IF ( l_key like 'oracle.apps.ar.hz.Relationship.update%' OR l_key like 'oracle.apps.ar.hz.Relationship.create%' ) THEN
1542: RETURN 'SUCCESS';
1543: EXCEPTION
1544: WHEN OTHERS THEN
1545: WF_CORE.CONTEXT('pv_ptr_member_type_pvt', 'terminate_partner', p_event.getEventName(), p_subscription_guid);
1546: WF_EVENT.setErrorInfo(p_event, 'ERROR');
1547: FND_MESSAGE.SET_NAME('PV', 'PV_API_OTHERS_EXCEP');
1548: FND_MESSAGE.SET_TOKEN('ERROR' ,SQLERRM);
1549: FND_MSG_PUB.ADD;

Line 1893: END Pv_ptr_member_type_pvt;

1889: );
1890:
1891: END update_partner_dtl;
1892:
1893: END Pv_ptr_member_type_pvt;