DBA Data[Home] [Help]

APPS.CTO_CUSTOM_CATALOG_DESC dependencies on STANDARD

Line 83: -- This is one of Oracle's standard feature. This is the default.

79: function catalog_desc_method return varchar2 is
80: Begin
81:
82: -- N = Do NOT Rollup lower level model catalog desc to top level
83: -- This is one of Oracle's standard feature. This is the default.
84:
85: -- Y = Rollup lower level model catalog desc to top level.
86: -- This is one of Oracle's standard feature.
87:

Line 86: -- This is one of Oracle's standard feature.

82: -- N = Do NOT Rollup lower level model catalog desc to top level
83: -- This is one of Oracle's standard feature. This is the default.
84:
85: -- Y = Rollup lower level model catalog desc to top level.
86: -- This is one of Oracle's standard feature.
87:
88: -- C = Customized Method.
89:
90: return 'N';