DBA Data[Home] [Help]

APPS.AMW_EVALUATIONS_PKG dependencies on AMW_EVALUATIONS_VL

Line 418: from amw_evaluations_vl

414: n number;
415: BEGIN
416: select count(*)
417: into n
418: from amw_evaluations_vl
419: where evaluation_id = p_evaluation_id
420: and (executed_by_id = p_user_id or entered_by_id = p_user_id);
421:
422: if n > 0 then

Line 435: from amw_evaluations_vl

431: n number;
432: BEGIN
433: select count(*)
434: into n
435: from amw_evaluations_vl
436: where executed_by_id = p_user_id
437: and evaluation_object_name = 'ASSESSMENT'
438: and evaluation_type = '1'
439: and evaluation_context = p_eval_context