DBA Data[Home] [Help]

APPS.CS_INCIDENTLINKS_UTIL dependencies on JTF_OBJECTS_VL

Line 167: from jtf_objects_vl

163: l_api_name_full CONSTANT VARCHAR2(61) := G_PKG_NAME||'.'||l_api_name;
164:
165: cursor get_jtf_details ( c_object_code VARCHAR2 ) is
166: select select_id, select_name, from_table, name
167: from jtf_objects_vl
168: where object_code = c_object_code;
169:
170: l_sub_select_id varchar2(90);
171: l_sub_select_name varchar2(90);

Line 616: from jtf_objects_vl

612: -- no-data-found exception; should never result in a no data found exception
613: -- though.
614: select name
615: into l_object_type_name
616: from jtf_objects_vl
617: where object_code = c1rec.object_type;
618:
619: FND_MESSAGE.Set_Name('CS', 'CS_SR_LINK_ORIGINAL_EXISTS');
620: FND_MESSAGE.Set_Token('SUB_OBJ_TYPE' , p_subject_type_name);

Line 644: from jtf_objects_vl

640: -- no-data-found exception; should never result in a no data found exception
641: -- though.
642: select name
643: into l_object_type_name
644: from jtf_objects_vl
645: where object_code = c1rec.object_type;
646:
647: FND_MESSAGE.Set_Name('CS', 'CS_SR_LINK_ORIGINAL_EXISTS');
648: FND_MESSAGE.Set_Token('SUB_OBJ_TYPE' , p_object_type_name);