DBA Data[Home] [Help]

APPS.IEC_CUSTOM_RMI_UTIL_PVT dependencies on IEO_SVR_COMP_DEFS

Line 44: ieo_svr_comp_defs b

40:
41: -- Check if server_id and comp_id are valid
42: select 1 into l_flag
43: from ieo_svr_servers a,
44: ieo_svr_comp_defs b
45: where a.server_id = P_SERVER_ID
46: and b.comp_def_id = P_COMP_DEF_ID
47: and a.type_id = b.server_type_id;
48:

Line 80: from ieo_svr_comp_defs

76: WHEN NO_DATA_FOUND THEN
77: -- dbms_output.put_line('IEC_CUSTOM_RMI_UTIL_PVT: ADD_EMPTY_BLOB: Adding empty blob. ');
78:
79: select comp_def_name into l_comp_name
80: from ieo_svr_comp_defs
81: where comp_def_id = P_COMP_DEF_ID;
82:
83: -- dbms_output.put_line(' Comp_def_name is <' || l_comp_name || '>');
84:

Line 146: ieo_svr_comp_defs b

142:
143: -- Check if server_id and comp_id are valid
144: select 1 into l_data_valid_flag
145: from ieo_svr_servers a,
146: ieo_svr_comp_defs b
147: where a.server_id = P_SERVER_ID
148: and b.comp_def_id = P_COMP_DEF_ID
149: and a.type_id = b.server_type_id;
150:

Line 173: from ieo_svr_comp_defs

169: THEN
170:
171:
172: select comp_def_name into l_comp_name
173: from ieo_svr_comp_defs
174: where comp_def_id = P_COMP_DEF_ID;
175:
176: insert into IEO_SVR_COMPS
177: ( COMP_ID