DBA Data[Home] [Help]

APPS.MSD_CS_DEFN_CLMN_LOAD_DATA dependencies on MSD_CS_DEFINITIONS

Line 78: msd_cs_definitions

74: cursor c1 is
75: select
76: cs_definition_id
77: from
78: msd_cs_definitions
79: where
80: name = p_definition_name;
81:
82: cursor c2 (p_id in number, p_column in varchar2) is

Line 172: msd_cs_definitions

168: cursor c1 is
169: select
170: cs_definition_id
171: from
172: msd_cs_definitions
173: where
174: name = p_definition_name;
175: Begin
176: if p_owner = 'SEED' then