DBA Data[Home] [Help]

APPS.CN_SFP_GROUP_UTIL_PVT dependencies on CN_LOOKUPS

Line 15: org_code cn_lookups.lookup_code%type := null,

11:
12:
13: TYPE grporg_rec_type IS RECORD
14: (
15: org_code cn_lookups.lookup_code%type := null,
16: org_meaning cn_lookups.meaning%type := null
17: );
18:
19: TYPE grporg_tbl_type IS TABLE OF grporg_rec_type INDEX BY BINARY_INTEGER;

Line 16: org_meaning cn_lookups.meaning%type := null

12:
13: TYPE grporg_rec_type IS RECORD
14: (
15: org_code cn_lookups.lookup_code%type := null,
16: org_meaning cn_lookups.meaning%type := null
17: );
18:
19: TYPE grporg_tbl_type IS TABLE OF grporg_rec_type INDEX BY BINARY_INTEGER;
20: