DBA Data[Home] [Help]

APPS.PER_QUALIFICATION_TYPES_PKG dependencies on DUAL

Line 35: from dual;

31: from per_qualification_types
32: where name = X_NAME;
33: Cursor csr_sequence is
34: select per_qualification_types_s.nextval
35: from dual;
36: begin
37: open csr_qualification_type;
38: fetch csr_qualification_type into X_QUALIFICATION_TYPE_ID;
39: if csr_qualification_type%notfound then