DBA Data[Home] [Help]

APPS.PER_JOB_BUS dependencies on PER_JOB_DEFINITIONS

Line 25: -- Validates that JOB_DEFINITION_ID in the PER_JOB_DEFINITIONS table

21: -- Desciption :
22: --
23: -- Validates that JOB_DEFINITION_ID is not null
24: --
25: -- Validates that JOB_DEFINITION_ID in the PER_JOB_DEFINITIONS table
26: -- exists for the record specified by JOB_DEFINITION_ID.
27: -- Validate that JOB_DEFINITION_ID is unique for each business group.
28: --
29: -- Pre-conditions:

Line 64: from per_job_definitions

60: l_api_updating boolean;
61: --
62: cursor csr_job_def is
63: select 'x'
64: from per_job_definitions
65: where job_definition_id = p_job_definition_id;
66: --
67: cursor csr_unique_job_def is
68: select 'x'