DBA Data[Home] [Help]

APPS.CN_ROLE_PMT_PLANS_PVT dependencies on CN_ROLE_PMT_PLANS

Line 1: PACKAGE CN_ROLE_PMT_PLANS_PVT AUTHID CURRENT_USER AS

1: PACKAGE CN_ROLE_PMT_PLANS_PVT AUTHID CURRENT_USER AS
2: /* $Header: cnprptps.pls 120.7 2006/08/23 10:29:30 sjustina noship $ */
3:
4: --
5: -- User defined Record Type

Line 10: org_id cn_role_pmt_plans.org_id%TYPE,

6: --
7:
8: TYPE role_pmt_plan_rec_type IS RECORD
9: (
10: org_id cn_role_pmt_plans.org_id%TYPE,
11: role_pmt_plan_id cn_role_pmt_plans.role_pmt_plan_id%TYPE,
12: role_name cn_roles.name%TYPE := cn_api.G_MISS_CHAR,
13: pmt_plan_name cn_pmt_plans.name%TYPE := cn_api.G_MISS_CHAR,
14: pmt_plan_id cn_pmt_plans.pmt_plan_id%TYPE,

Line 11: role_pmt_plan_id cn_role_pmt_plans.role_pmt_plan_id%TYPE,

7:
8: TYPE role_pmt_plan_rec_type IS RECORD
9: (
10: org_id cn_role_pmt_plans.org_id%TYPE,
11: role_pmt_plan_id cn_role_pmt_plans.role_pmt_plan_id%TYPE,
12: role_name cn_roles.name%TYPE := cn_api.G_MISS_CHAR,
13: pmt_plan_name cn_pmt_plans.name%TYPE := cn_api.G_MISS_CHAR,
14: pmt_plan_id cn_pmt_plans.pmt_plan_id%TYPE,
15: start_date cn_role_pmt_plans.start_date%TYPE := cn_api.G_MISS_DATE,

Line 15: start_date cn_role_pmt_plans.start_date%TYPE := cn_api.G_MISS_DATE,

11: role_pmt_plan_id cn_role_pmt_plans.role_pmt_plan_id%TYPE,
12: role_name cn_roles.name%TYPE := cn_api.G_MISS_CHAR,
13: pmt_plan_name cn_pmt_plans.name%TYPE := cn_api.G_MISS_CHAR,
14: pmt_plan_id cn_pmt_plans.pmt_plan_id%TYPE,
15: start_date cn_role_pmt_plans.start_date%TYPE := cn_api.G_MISS_DATE,
16: end_date cn_role_pmt_plans.end_date%TYPE := cn_api.G_MISS_DATE,
17: object_version_number NUMBER := null,
18: attribute_category cn_role_pmt_plans.attribute_category%TYPE := cn_api.G_MISS_CHAR,
19: attribute1 cn_role_pmt_plans.attribute1%TYPE := cn_api.G_MISS_CHAR,

Line 16: end_date cn_role_pmt_plans.end_date%TYPE := cn_api.G_MISS_DATE,

12: role_name cn_roles.name%TYPE := cn_api.G_MISS_CHAR,
13: pmt_plan_name cn_pmt_plans.name%TYPE := cn_api.G_MISS_CHAR,
14: pmt_plan_id cn_pmt_plans.pmt_plan_id%TYPE,
15: start_date cn_role_pmt_plans.start_date%TYPE := cn_api.G_MISS_DATE,
16: end_date cn_role_pmt_plans.end_date%TYPE := cn_api.G_MISS_DATE,
17: object_version_number NUMBER := null,
18: attribute_category cn_role_pmt_plans.attribute_category%TYPE := cn_api.G_MISS_CHAR,
19: attribute1 cn_role_pmt_plans.attribute1%TYPE := cn_api.G_MISS_CHAR,
20: attribute2 cn_role_pmt_plans.attribute2%TYPE := cn_api.G_MISS_CHAR,

Line 18: attribute_category cn_role_pmt_plans.attribute_category%TYPE := cn_api.G_MISS_CHAR,

14: pmt_plan_id cn_pmt_plans.pmt_plan_id%TYPE,
15: start_date cn_role_pmt_plans.start_date%TYPE := cn_api.G_MISS_DATE,
16: end_date cn_role_pmt_plans.end_date%TYPE := cn_api.G_MISS_DATE,
17: object_version_number NUMBER := null,
18: attribute_category cn_role_pmt_plans.attribute_category%TYPE := cn_api.G_MISS_CHAR,
19: attribute1 cn_role_pmt_plans.attribute1%TYPE := cn_api.G_MISS_CHAR,
20: attribute2 cn_role_pmt_plans.attribute2%TYPE := cn_api.G_MISS_CHAR,
21: attribute3 cn_role_pmt_plans.attribute3%TYPE := cn_api.G_MISS_CHAR,
22: attribute4 cn_role_pmt_plans.attribute4%TYPE := cn_api.G_MISS_CHAR,

Line 19: attribute1 cn_role_pmt_plans.attribute1%TYPE := cn_api.G_MISS_CHAR,

15: start_date cn_role_pmt_plans.start_date%TYPE := cn_api.G_MISS_DATE,
16: end_date cn_role_pmt_plans.end_date%TYPE := cn_api.G_MISS_DATE,
17: object_version_number NUMBER := null,
18: attribute_category cn_role_pmt_plans.attribute_category%TYPE := cn_api.G_MISS_CHAR,
19: attribute1 cn_role_pmt_plans.attribute1%TYPE := cn_api.G_MISS_CHAR,
20: attribute2 cn_role_pmt_plans.attribute2%TYPE := cn_api.G_MISS_CHAR,
21: attribute3 cn_role_pmt_plans.attribute3%TYPE := cn_api.G_MISS_CHAR,
22: attribute4 cn_role_pmt_plans.attribute4%TYPE := cn_api.G_MISS_CHAR,
23: attribute5 cn_role_pmt_plans.attribute5%TYPE := cn_api.G_MISS_CHAR,

Line 20: attribute2 cn_role_pmt_plans.attribute2%TYPE := cn_api.G_MISS_CHAR,

16: end_date cn_role_pmt_plans.end_date%TYPE := cn_api.G_MISS_DATE,
17: object_version_number NUMBER := null,
18: attribute_category cn_role_pmt_plans.attribute_category%TYPE := cn_api.G_MISS_CHAR,
19: attribute1 cn_role_pmt_plans.attribute1%TYPE := cn_api.G_MISS_CHAR,
20: attribute2 cn_role_pmt_plans.attribute2%TYPE := cn_api.G_MISS_CHAR,
21: attribute3 cn_role_pmt_plans.attribute3%TYPE := cn_api.G_MISS_CHAR,
22: attribute4 cn_role_pmt_plans.attribute4%TYPE := cn_api.G_MISS_CHAR,
23: attribute5 cn_role_pmt_plans.attribute5%TYPE := cn_api.G_MISS_CHAR,
24: attribute6 cn_role_pmt_plans.attribute6%TYPE := cn_api.G_MISS_CHAR,

Line 21: attribute3 cn_role_pmt_plans.attribute3%TYPE := cn_api.G_MISS_CHAR,

17: object_version_number NUMBER := null,
18: attribute_category cn_role_pmt_plans.attribute_category%TYPE := cn_api.G_MISS_CHAR,
19: attribute1 cn_role_pmt_plans.attribute1%TYPE := cn_api.G_MISS_CHAR,
20: attribute2 cn_role_pmt_plans.attribute2%TYPE := cn_api.G_MISS_CHAR,
21: attribute3 cn_role_pmt_plans.attribute3%TYPE := cn_api.G_MISS_CHAR,
22: attribute4 cn_role_pmt_plans.attribute4%TYPE := cn_api.G_MISS_CHAR,
23: attribute5 cn_role_pmt_plans.attribute5%TYPE := cn_api.G_MISS_CHAR,
24: attribute6 cn_role_pmt_plans.attribute6%TYPE := cn_api.G_MISS_CHAR,
25: attribute7 cn_role_pmt_plans.attribute7%TYPE := cn_api.G_MISS_CHAR,

Line 22: attribute4 cn_role_pmt_plans.attribute4%TYPE := cn_api.G_MISS_CHAR,

18: attribute_category cn_role_pmt_plans.attribute_category%TYPE := cn_api.G_MISS_CHAR,
19: attribute1 cn_role_pmt_plans.attribute1%TYPE := cn_api.G_MISS_CHAR,
20: attribute2 cn_role_pmt_plans.attribute2%TYPE := cn_api.G_MISS_CHAR,
21: attribute3 cn_role_pmt_plans.attribute3%TYPE := cn_api.G_MISS_CHAR,
22: attribute4 cn_role_pmt_plans.attribute4%TYPE := cn_api.G_MISS_CHAR,
23: attribute5 cn_role_pmt_plans.attribute5%TYPE := cn_api.G_MISS_CHAR,
24: attribute6 cn_role_pmt_plans.attribute6%TYPE := cn_api.G_MISS_CHAR,
25: attribute7 cn_role_pmt_plans.attribute7%TYPE := cn_api.G_MISS_CHAR,
26: attribute8 cn_role_pmt_plans.attribute8%TYPE := cn_api.G_MISS_CHAR,

Line 23: attribute5 cn_role_pmt_plans.attribute5%TYPE := cn_api.G_MISS_CHAR,

19: attribute1 cn_role_pmt_plans.attribute1%TYPE := cn_api.G_MISS_CHAR,
20: attribute2 cn_role_pmt_plans.attribute2%TYPE := cn_api.G_MISS_CHAR,
21: attribute3 cn_role_pmt_plans.attribute3%TYPE := cn_api.G_MISS_CHAR,
22: attribute4 cn_role_pmt_plans.attribute4%TYPE := cn_api.G_MISS_CHAR,
23: attribute5 cn_role_pmt_plans.attribute5%TYPE := cn_api.G_MISS_CHAR,
24: attribute6 cn_role_pmt_plans.attribute6%TYPE := cn_api.G_MISS_CHAR,
25: attribute7 cn_role_pmt_plans.attribute7%TYPE := cn_api.G_MISS_CHAR,
26: attribute8 cn_role_pmt_plans.attribute8%TYPE := cn_api.G_MISS_CHAR,
27: attribute9 cn_role_pmt_plans.attribute9%TYPE := cn_api.G_MISS_CHAR,

Line 24: attribute6 cn_role_pmt_plans.attribute6%TYPE := cn_api.G_MISS_CHAR,

20: attribute2 cn_role_pmt_plans.attribute2%TYPE := cn_api.G_MISS_CHAR,
21: attribute3 cn_role_pmt_plans.attribute3%TYPE := cn_api.G_MISS_CHAR,
22: attribute4 cn_role_pmt_plans.attribute4%TYPE := cn_api.G_MISS_CHAR,
23: attribute5 cn_role_pmt_plans.attribute5%TYPE := cn_api.G_MISS_CHAR,
24: attribute6 cn_role_pmt_plans.attribute6%TYPE := cn_api.G_MISS_CHAR,
25: attribute7 cn_role_pmt_plans.attribute7%TYPE := cn_api.G_MISS_CHAR,
26: attribute8 cn_role_pmt_plans.attribute8%TYPE := cn_api.G_MISS_CHAR,
27: attribute9 cn_role_pmt_plans.attribute9%TYPE := cn_api.G_MISS_CHAR,
28: attribute10 cn_role_pmt_plans.attribute10%TYPE := cn_api.G_MISS_CHAR,

Line 25: attribute7 cn_role_pmt_plans.attribute7%TYPE := cn_api.G_MISS_CHAR,

21: attribute3 cn_role_pmt_plans.attribute3%TYPE := cn_api.G_MISS_CHAR,
22: attribute4 cn_role_pmt_plans.attribute4%TYPE := cn_api.G_MISS_CHAR,
23: attribute5 cn_role_pmt_plans.attribute5%TYPE := cn_api.G_MISS_CHAR,
24: attribute6 cn_role_pmt_plans.attribute6%TYPE := cn_api.G_MISS_CHAR,
25: attribute7 cn_role_pmt_plans.attribute7%TYPE := cn_api.G_MISS_CHAR,
26: attribute8 cn_role_pmt_plans.attribute8%TYPE := cn_api.G_MISS_CHAR,
27: attribute9 cn_role_pmt_plans.attribute9%TYPE := cn_api.G_MISS_CHAR,
28: attribute10 cn_role_pmt_plans.attribute10%TYPE := cn_api.G_MISS_CHAR,
29: attribute11 cn_role_pmt_plans.attribute11%TYPE := cn_api.G_MISS_CHAR,

Line 26: attribute8 cn_role_pmt_plans.attribute8%TYPE := cn_api.G_MISS_CHAR,

22: attribute4 cn_role_pmt_plans.attribute4%TYPE := cn_api.G_MISS_CHAR,
23: attribute5 cn_role_pmt_plans.attribute5%TYPE := cn_api.G_MISS_CHAR,
24: attribute6 cn_role_pmt_plans.attribute6%TYPE := cn_api.G_MISS_CHAR,
25: attribute7 cn_role_pmt_plans.attribute7%TYPE := cn_api.G_MISS_CHAR,
26: attribute8 cn_role_pmt_plans.attribute8%TYPE := cn_api.G_MISS_CHAR,
27: attribute9 cn_role_pmt_plans.attribute9%TYPE := cn_api.G_MISS_CHAR,
28: attribute10 cn_role_pmt_plans.attribute10%TYPE := cn_api.G_MISS_CHAR,
29: attribute11 cn_role_pmt_plans.attribute11%TYPE := cn_api.G_MISS_CHAR,
30: attribute12 cn_role_pmt_plans.attribute12%TYPE := cn_api.G_MISS_CHAR,

Line 27: attribute9 cn_role_pmt_plans.attribute9%TYPE := cn_api.G_MISS_CHAR,

23: attribute5 cn_role_pmt_plans.attribute5%TYPE := cn_api.G_MISS_CHAR,
24: attribute6 cn_role_pmt_plans.attribute6%TYPE := cn_api.G_MISS_CHAR,
25: attribute7 cn_role_pmt_plans.attribute7%TYPE := cn_api.G_MISS_CHAR,
26: attribute8 cn_role_pmt_plans.attribute8%TYPE := cn_api.G_MISS_CHAR,
27: attribute9 cn_role_pmt_plans.attribute9%TYPE := cn_api.G_MISS_CHAR,
28: attribute10 cn_role_pmt_plans.attribute10%TYPE := cn_api.G_MISS_CHAR,
29: attribute11 cn_role_pmt_plans.attribute11%TYPE := cn_api.G_MISS_CHAR,
30: attribute12 cn_role_pmt_plans.attribute12%TYPE := cn_api.G_MISS_CHAR,
31: attribute13 cn_role_pmt_plans.attribute13%TYPE := cn_api.G_MISS_CHAR,

Line 28: attribute10 cn_role_pmt_plans.attribute10%TYPE := cn_api.G_MISS_CHAR,

24: attribute6 cn_role_pmt_plans.attribute6%TYPE := cn_api.G_MISS_CHAR,
25: attribute7 cn_role_pmt_plans.attribute7%TYPE := cn_api.G_MISS_CHAR,
26: attribute8 cn_role_pmt_plans.attribute8%TYPE := cn_api.G_MISS_CHAR,
27: attribute9 cn_role_pmt_plans.attribute9%TYPE := cn_api.G_MISS_CHAR,
28: attribute10 cn_role_pmt_plans.attribute10%TYPE := cn_api.G_MISS_CHAR,
29: attribute11 cn_role_pmt_plans.attribute11%TYPE := cn_api.G_MISS_CHAR,
30: attribute12 cn_role_pmt_plans.attribute12%TYPE := cn_api.G_MISS_CHAR,
31: attribute13 cn_role_pmt_plans.attribute13%TYPE := cn_api.G_MISS_CHAR,
32: attribute14 cn_role_pmt_plans.attribute14%TYPE := cn_api.G_MISS_CHAR,

Line 29: attribute11 cn_role_pmt_plans.attribute11%TYPE := cn_api.G_MISS_CHAR,

25: attribute7 cn_role_pmt_plans.attribute7%TYPE := cn_api.G_MISS_CHAR,
26: attribute8 cn_role_pmt_plans.attribute8%TYPE := cn_api.G_MISS_CHAR,
27: attribute9 cn_role_pmt_plans.attribute9%TYPE := cn_api.G_MISS_CHAR,
28: attribute10 cn_role_pmt_plans.attribute10%TYPE := cn_api.G_MISS_CHAR,
29: attribute11 cn_role_pmt_plans.attribute11%TYPE := cn_api.G_MISS_CHAR,
30: attribute12 cn_role_pmt_plans.attribute12%TYPE := cn_api.G_MISS_CHAR,
31: attribute13 cn_role_pmt_plans.attribute13%TYPE := cn_api.G_MISS_CHAR,
32: attribute14 cn_role_pmt_plans.attribute14%TYPE := cn_api.G_MISS_CHAR,
33: attribute15 cn_role_pmt_plans.attribute15%TYPE := cn_api.G_MISS_CHAR

Line 30: attribute12 cn_role_pmt_plans.attribute12%TYPE := cn_api.G_MISS_CHAR,

26: attribute8 cn_role_pmt_plans.attribute8%TYPE := cn_api.G_MISS_CHAR,
27: attribute9 cn_role_pmt_plans.attribute9%TYPE := cn_api.G_MISS_CHAR,
28: attribute10 cn_role_pmt_plans.attribute10%TYPE := cn_api.G_MISS_CHAR,
29: attribute11 cn_role_pmt_plans.attribute11%TYPE := cn_api.G_MISS_CHAR,
30: attribute12 cn_role_pmt_plans.attribute12%TYPE := cn_api.G_MISS_CHAR,
31: attribute13 cn_role_pmt_plans.attribute13%TYPE := cn_api.G_MISS_CHAR,
32: attribute14 cn_role_pmt_plans.attribute14%TYPE := cn_api.G_MISS_CHAR,
33: attribute15 cn_role_pmt_plans.attribute15%TYPE := cn_api.G_MISS_CHAR
34: );

Line 31: attribute13 cn_role_pmt_plans.attribute13%TYPE := cn_api.G_MISS_CHAR,

27: attribute9 cn_role_pmt_plans.attribute9%TYPE := cn_api.G_MISS_CHAR,
28: attribute10 cn_role_pmt_plans.attribute10%TYPE := cn_api.G_MISS_CHAR,
29: attribute11 cn_role_pmt_plans.attribute11%TYPE := cn_api.G_MISS_CHAR,
30: attribute12 cn_role_pmt_plans.attribute12%TYPE := cn_api.G_MISS_CHAR,
31: attribute13 cn_role_pmt_plans.attribute13%TYPE := cn_api.G_MISS_CHAR,
32: attribute14 cn_role_pmt_plans.attribute14%TYPE := cn_api.G_MISS_CHAR,
33: attribute15 cn_role_pmt_plans.attribute15%TYPE := cn_api.G_MISS_CHAR
34: );
35:

Line 32: attribute14 cn_role_pmt_plans.attribute14%TYPE := cn_api.G_MISS_CHAR,

28: attribute10 cn_role_pmt_plans.attribute10%TYPE := cn_api.G_MISS_CHAR,
29: attribute11 cn_role_pmt_plans.attribute11%TYPE := cn_api.G_MISS_CHAR,
30: attribute12 cn_role_pmt_plans.attribute12%TYPE := cn_api.G_MISS_CHAR,
31: attribute13 cn_role_pmt_plans.attribute13%TYPE := cn_api.G_MISS_CHAR,
32: attribute14 cn_role_pmt_plans.attribute14%TYPE := cn_api.G_MISS_CHAR,
33: attribute15 cn_role_pmt_plans.attribute15%TYPE := cn_api.G_MISS_CHAR
34: );
35:
36: --

Line 33: attribute15 cn_role_pmt_plans.attribute15%TYPE := cn_api.G_MISS_CHAR

29: attribute11 cn_role_pmt_plans.attribute11%TYPE := cn_api.G_MISS_CHAR,
30: attribute12 cn_role_pmt_plans.attribute12%TYPE := cn_api.G_MISS_CHAR,
31: attribute13 cn_role_pmt_plans.attribute13%TYPE := cn_api.G_MISS_CHAR,
32: attribute14 cn_role_pmt_plans.attribute14%TYPE := cn_api.G_MISS_CHAR,
33: attribute15 cn_role_pmt_plans.attribute15%TYPE := cn_api.G_MISS_CHAR
34: );
35:
36: --
37: -- User defined Record Table Type

Line 132: -- Notes : 1. Old role_pmt_plan_id must be found in cn_role_pmt_plans.

128: -- Version : Current version 1.0
129: -- Initial version 1.0
130: --
131: -- Description : This procedure is used to update a sales role and pmt plan assignment.
132: -- Notes : 1. Old role_pmt_plan_id must be found in cn_role_pmt_plans.
133: -- 2. New role name can not be null.
134: -- 3. New pmt plan name can not be null.
135: -- 4. New start date can not be null.
136: -- 5. New start date <= new end date if new end date is not null.

Line 158: p_ovn IN cn_role_pmt_plans.object_version_number%TYPE,

154: x_loading_status OUT NOCOPY VARCHAR2 ,
155: x_msg_count OUT NOCOPY NUMBER ,
156: x_msg_data OUT NOCOPY VARCHAR2 ,
157: p_role_pmt_plan_rec_old IN role_pmt_plan_rec_type := G_MISS_ROLE_PMT_PLAN_REC,
158: p_ovn IN cn_role_pmt_plans.object_version_number%TYPE,
159: p_role_pmt_plan_rec_new IN role_pmt_plan_rec_type := G_MISS_ROLE_PMT_PLAN_REC
160: );
161:
162:

Line 229: END CN_ROLE_PMT_PLANS_PVT;

225: b_start_date DATE,
226: b_end_date DATE
227: ) RETURN NUMBER;
228:
229: END CN_ROLE_PMT_PLANS_PVT;