DBA Data[Home] [Help]

APPS.PA_PROJ_STRUCTURE_TYPES_PKG dependencies on DUAL

Line 41: cursor c2 is select pa_proj_structure_types_s.nextval from sys.dual;

37: )
38: IS
39: cursor c is select rowid from pa_proj_structure_types
40: where proj_structure_type_id = X_PROJ_STRUCTURE_TYPE_ID;
41: cursor c2 is select pa_proj_structure_types_s.nextval from sys.dual;
42: BEGIN
43: if (X_PROJ_STRUCTURE_TYPE_ID IS NULL) then
44: open c2;
45: fetch c2 into X_PROJ_STRUCTURE_TYPE_ID;