DBA Data[Home] [Help]

APPS.PA_JOB_UTILS dependencies on DBMS_STANDARD

Line 711: dbms_standard.raise_application_error

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