DBA Data[Home] [Help]

APPS.AMW_PROCESS_CERT_SUMMARY dependencies on AMW_OPINION_TYPES_B

Line 14: FROM AMW_OBJECT_OPINION_TYPES aoot, AMW_OPINION_TYPES_B aot,

10: p_certification_id IN NUMBER)
11: IS
12: CURSOR c_obj_opin_type_id (c_obj_name VARCHAR2) IS
13: SELECT aoot.object_opinion_type_id
14: FROM AMW_OBJECT_OPINION_TYPES aoot, AMW_OPINION_TYPES_B aot,
15: FND_OBJECTS fo
16: WHERE aoot.OPINION_TYPE_ID = aot.OPINION_TYPE_ID
17: AND aoot.OBJECT_ID = fo.OBJECT_ID
18: AND aot.opinion_type_code = 'EVALUATION'