DBA Data[Home] [Help]

APPS.IEC_IH_HLPR_PVT dependencies on JTF_RS_RESOURCE_EXTNS

Line 78: from jtf_rs_resource_extns

74: l_interaction_rec.script_id := NULL;
75:
76: begin
77: select resource_id into l_resource_id
78: from jtf_rs_resource_extns
79: where user_name = 'IECAOUSER';
80:
81: Exception
82: When NO_DATA_FOUND then

Line 211: from jtf_rs_resource_extns

207: IF (L_MEDIA_LC_INITIAL = 0) THEN
208:
209: begin
210: select resource_id into l_resource_id
211: from jtf_rs_resource_extns
212: where user_name = 'IECAOUSER';
213:
214: Exception
215: When NO_DATA_FOUND then