DBA Data[Home] [Help]

APPS.PA_JOB_UTILS dependencies on STANDARD

Line 716: dbms_standard.raise_application_error

712: fetch C1 into l_job_relationship;
713:
714: IF C1%FOUND Then
715: Close C1;
716: dbms_standard.raise_application_error
717: (num => -20999
718: ,msg => 'Relations involving this job exist in Projects. Please delete those relations before deleting the job!');
719: END IF;
720: