DBA Data[Home] [Help]

APPS.CN_CNSYTC_TABLES_PVT dependencies on CN_OBJECTS

Line 10: object_id cn_objects.object_id%TYPE

6: -- Initializations
7: --
8: --
9: TYPE table_rec_type IS RECORD (
10: object_id cn_objects.object_id%TYPE
11: , name cn_objects.name%TYPE
12: , description cn_objects.description%TYPE
13: , status cn_objects.object_status%TYPE
14: , repository_id cn_objects.repository_id%TYPE

Line 11: , name cn_objects.name%TYPE

7: --
8: --
9: TYPE table_rec_type IS RECORD (
10: object_id cn_objects.object_id%TYPE
11: , name cn_objects.name%TYPE
12: , description cn_objects.description%TYPE
13: , status cn_objects.object_status%TYPE
14: , repository_id cn_objects.repository_id%TYPE
15: , alias cn_objects.alias%TYPE

Line 12: , description cn_objects.description%TYPE

8: --
9: TYPE table_rec_type IS RECORD (
10: object_id cn_objects.object_id%TYPE
11: , name cn_objects.name%TYPE
12: , description cn_objects.description%TYPE
13: , status cn_objects.object_status%TYPE
14: , repository_id cn_objects.repository_id%TYPE
15: , alias cn_objects.alias%TYPE
16: , table_level cn_objects.table_level%TYPE

Line 13: , status cn_objects.object_status%TYPE

9: TYPE table_rec_type IS RECORD (
10: object_id cn_objects.object_id%TYPE
11: , name cn_objects.name%TYPE
12: , description cn_objects.description%TYPE
13: , status cn_objects.object_status%TYPE
14: , repository_id cn_objects.repository_id%TYPE
15: , alias cn_objects.alias%TYPE
16: , table_level cn_objects.table_level%TYPE
17: , table_type cn_objects.table_level%TYPE

Line 14: , repository_id cn_objects.repository_id%TYPE

10: object_id cn_objects.object_id%TYPE
11: , name cn_objects.name%TYPE
12: , description cn_objects.description%TYPE
13: , status cn_objects.object_status%TYPE
14: , repository_id cn_objects.repository_id%TYPE
15: , alias cn_objects.alias%TYPE
16: , table_level cn_objects.table_level%TYPE
17: , table_type cn_objects.table_level%TYPE
18: , object_type cn_objects.object_type%TYPE

Line 15: , alias cn_objects.alias%TYPE

11: , name cn_objects.name%TYPE
12: , description cn_objects.description%TYPE
13: , status cn_objects.object_status%TYPE
14: , repository_id cn_objects.repository_id%TYPE
15: , alias cn_objects.alias%TYPE
16: , table_level cn_objects.table_level%TYPE
17: , table_type cn_objects.table_level%TYPE
18: , object_type cn_objects.object_type%TYPE
19: , schema cn_objects.schema%TYPE

Line 16: , table_level cn_objects.table_level%TYPE

12: , description cn_objects.description%TYPE
13: , status cn_objects.object_status%TYPE
14: , repository_id cn_objects.repository_id%TYPE
15: , alias cn_objects.alias%TYPE
16: , table_level cn_objects.table_level%TYPE
17: , table_type cn_objects.table_level%TYPE
18: , object_type cn_objects.object_type%TYPE
19: , schema cn_objects.schema%TYPE
20: , calc_eligible_flag cn_objects.calc_eligible_flag%TYPE

Line 17: , table_type cn_objects.table_level%TYPE

13: , status cn_objects.object_status%TYPE
14: , repository_id cn_objects.repository_id%TYPE
15: , alias cn_objects.alias%TYPE
16: , table_level cn_objects.table_level%TYPE
17: , table_type cn_objects.table_level%TYPE
18: , object_type cn_objects.object_type%TYPE
19: , schema cn_objects.schema%TYPE
20: , calc_eligible_flag cn_objects.calc_eligible_flag%TYPE
21: , user_name cn_objects.user_name%TYPE

Line 18: , object_type cn_objects.object_type%TYPE

14: , repository_id cn_objects.repository_id%TYPE
15: , alias cn_objects.alias%TYPE
16: , table_level cn_objects.table_level%TYPE
17: , table_type cn_objects.table_level%TYPE
18: , object_type cn_objects.object_type%TYPE
19: , schema cn_objects.schema%TYPE
20: , calc_eligible_flag cn_objects.calc_eligible_flag%TYPE
21: , user_name cn_objects.user_name%TYPE
22: , object_version_number cn_objects.object_version_number%TYPE

Line 19: , schema cn_objects.schema%TYPE

15: , alias cn_objects.alias%TYPE
16: , table_level cn_objects.table_level%TYPE
17: , table_type cn_objects.table_level%TYPE
18: , object_type cn_objects.object_type%TYPE
19: , schema cn_objects.schema%TYPE
20: , calc_eligible_flag cn_objects.calc_eligible_flag%TYPE
21: , user_name cn_objects.user_name%TYPE
22: , object_version_number cn_objects.object_version_number%TYPE
23: , org_id cn_objects.org_id%TYPE

Line 20: , calc_eligible_flag cn_objects.calc_eligible_flag%TYPE

16: , table_level cn_objects.table_level%TYPE
17: , table_type cn_objects.table_level%TYPE
18: , object_type cn_objects.object_type%TYPE
19: , schema cn_objects.schema%TYPE
20: , calc_eligible_flag cn_objects.calc_eligible_flag%TYPE
21: , user_name cn_objects.user_name%TYPE
22: , object_version_number cn_objects.object_version_number%TYPE
23: , org_id cn_objects.org_id%TYPE
24: );

Line 21: , user_name cn_objects.user_name%TYPE

17: , table_type cn_objects.table_level%TYPE
18: , object_type cn_objects.object_type%TYPE
19: , schema cn_objects.schema%TYPE
20: , calc_eligible_flag cn_objects.calc_eligible_flag%TYPE
21: , user_name cn_objects.user_name%TYPE
22: , object_version_number cn_objects.object_version_number%TYPE
23: , org_id cn_objects.org_id%TYPE
24: );
25: --

Line 22: , object_version_number cn_objects.object_version_number%TYPE

18: , object_type cn_objects.object_type%TYPE
19: , schema cn_objects.schema%TYPE
20: , calc_eligible_flag cn_objects.calc_eligible_flag%TYPE
21: , user_name cn_objects.user_name%TYPE
22: , object_version_number cn_objects.object_version_number%TYPE
23: , org_id cn_objects.org_id%TYPE
24: );
25: --
26: --

Line 23: , org_id cn_objects.org_id%TYPE

19: , schema cn_objects.schema%TYPE
20: , calc_eligible_flag cn_objects.calc_eligible_flag%TYPE
21: , user_name cn_objects.user_name%TYPE
22: , object_version_number cn_objects.object_version_number%TYPE
23: , org_id cn_objects.org_id%TYPE
24: );
25: --
26: --
27: --