DBA Data[Home] [Help]

APPS.CN_ROLE_PMT_PLANS_PVT dependencies on CN_API

Line 12: role_name cn_roles.name%TYPE := cn_api.G_MISS_CHAR,

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,
16: end_date cn_role_pmt_plans.end_date%TYPE := cn_api.G_MISS_DATE,

Line 13: pmt_plan_name cn_pmt_plans.name%TYPE := cn_api.G_MISS_CHAR,

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,
16: end_date cn_role_pmt_plans.end_date%TYPE := cn_api.G_MISS_DATE,
17: object_version_number NUMBER := null,

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 48: := cn_api.get_lkup_meaning('ROLE_NAME','ROLE_OBJECT_TYPE');

44: --
45: G_MISS_ROLE_PMT_PLAN_REC role_pmt_plan_rec_type;
46: G_MISS_ROLE_PMT_PLAN_TBL role_pmt_plan_rec_tbl_type;
47: G_ROLE_NAME CONSTANT VARCHAR2(80)
48: := cn_api.get_lkup_meaning('ROLE_NAME','ROLE_OBJECT_TYPE');
49:
50: G_PP_NAME CONSTANT VARCHAR2(80)
51: := cn_api.get_lkup_meaning('PP_NAME','PP_OBJECT_TYPE');
52:

Line 51: := cn_api.get_lkup_meaning('PP_NAME','PP_OBJECT_TYPE');

47: G_ROLE_NAME CONSTANT VARCHAR2(80)
48: := cn_api.get_lkup_meaning('ROLE_NAME','ROLE_OBJECT_TYPE');
49:
50: G_PP_NAME CONSTANT VARCHAR2(80)
51: := cn_api.get_lkup_meaning('PP_NAME','PP_OBJECT_TYPE');
52:
53: G_START_DATE CONSTANT VARCHAR2(80)
54: := cn_api.get_lkup_meaning('START_DATE','CN_OBJECT_TYPE');
55:

Line 54: := cn_api.get_lkup_meaning('START_DATE','CN_OBJECT_TYPE');

50: G_PP_NAME CONSTANT VARCHAR2(80)
51: := cn_api.get_lkup_meaning('PP_NAME','PP_OBJECT_TYPE');
52:
53: G_START_DATE CONSTANT VARCHAR2(80)
54: := cn_api.get_lkup_meaning('START_DATE','CN_OBJECT_TYPE');
55:
56: -- Start of Comments
57: -- API name : Create_Role_Pmt_Plan
58: -- Type : Public.