DBA Data[Home] [Help]

APPS.PV_OPPORTUNITY_VHUK dependencies on PV_OPPORTUNITY_VHUK

Line 1: package body PV_OPPORTUNITY_VHUK as

1: package body PV_OPPORTUNITY_VHUK as
2: /* $Header: pvxvoptb.pls 120.4 2006/03/28 12:19:45 amaram ship $ */
3:
4: -- Start of Comments
5:

Line 6: -- Package name : PV_OPPORTUNITY_VHUK

2: /* $Header: pvxvoptb.pls 120.4 2006/03/28 12:19:45 amaram ship $ */
3:
4: -- Start of Comments
5:
6: -- Package name : PV_OPPORTUNITY_VHUK
7: -- Purpose : 1. Send out email notification to CM when an opportunity is created by Partner / VAD
8: -- 2. When an Opportunity is created or updated retrieve the partner related information
9: -- associated with the campaign from AMS table and copy into
10: -- AS_LEAD_ASSIGNMENTS table to keep track of the associated partner with the Campaign.

Line 18: G_PKG_NAME CONSTANT VARCHAR2(30):='PV_OPPORTUNITY_VHUK';

14: -- End of Comments
15: --
16:
17:
18: G_PKG_NAME CONSTANT VARCHAR2(30):='PV_OPPORTUNITY_VHUK';
19: G_FILE_NAME CONSTANT VARCHAR2(12):='pvxvoptb.pls';
20:
21:
22: -- --------------------------------------------------------------

Line 2713: END PV_OPPORTUNITY_VHUK;

2709:
2710: END Debug;
2711:
2712:
2713: END PV_OPPORTUNITY_VHUK;