DBA Data[Home] [Help]

APPS.PER_OBJ_BUS dependencies on PER_APPRAISAL_TEMPLATES

Line 564: per_appraisal_templates templ

560: cursor csr_is_new_appraisal
561: is
562: select 'Y'
563: from per_appraisals appr,
564: per_appraisal_templates templ
565: where appr.appraisal_id = p_appraisal_id
566: and appr.appraisal_template_id = templ.appraisal_template_id
567: and templ.objective_asmnt_type_id is not null;
568: --