DBA Data[Home] [Help]

APPS.PER_GRD_BUS dependencies on PER_GRADE_DEFINITIONS

Line 591: -- Validates that GRADE_DEFINITION_ID in the PER_GRADE_DEFINITIONS table

587: -- Desciption :
588: --
589: -- Validates that GRADE_DEFINITION_ID is not null
590: --
591: -- Validates that GRADE_DEFINITION_ID in the PER_GRADE_DEFINITIONS table
592: -- exists for the record specified by GRADE_DEFINITION_ID.
593: --
594: -- Pre-conditions:
595: -- None.

Line 629: from per_grade_definitions

625: l_api_updating boolean;
626: --
627: cursor csr_grade_def is
628: select 'x'
629: from per_grade_definitions
630: where grade_definition_id = p_grade_definition_id;
631: --
632: cursor csr_unique_grade_def is
633: select 'x'