DBA Data[Home] [Help]

APPS.PVX_PARTY_MERGE_PKG dependencies on PV_PG_MEMBERSHIPS_PVT

Line 1004: PV_PG_MEMBERSHIPS_PVT.Terminate_ptr_memberships does the following

1000: */
1001:
1002: /*
1003:
1004: PV_PG_MEMBERSHIPS_PVT.Terminate_ptr_memberships does the following
1005: 1. Terminate all Active/future Program Memberships of partner and cancel incomplete and awaiting approvals enrollment requests
1006: 2. also if partner is global,t will terminate subsidiary memberships and cancel the subsidiary incompelete and awaiting approvals enrollment requests
1007: */
1008:

Line 1013: PV_PG_MEMBERSHIPS_PVT.Terminate_ptr_memberships

1009: OPEN memb_type_cur( p_from_fk_id );
1010: FETCH memb_type_cur INTO l_current_memb_type;
1011: CLOSE memb_type_cur;
1012:
1013: PV_PG_MEMBERSHIPS_PVT.Terminate_ptr_memberships
1014: (
1015: p_api_version_number => 1.0
1016: ,p_init_msg_list => FND_API.G_FALSE
1017: ,p_commit => FND_API.G_FALSE