DBA Data[Home] [Help]

APPS.IGW_STUDY_TITLES_PVT dependencies on DUAL

Line 75: from dual;

71:
72: begin
73: select IGW_STUDY_TITLES_S.NEXTVAL
74: into l_study_title_id
75: from dual;
76: exception
77: when others then
78: x_return_status:= fnd_api.g_ret_sts_unexp_error;
79: raise;