DBA Data[Home] [Help]

APPS.IRC_DOCUMENT_API dependencies on DUAL

Line 498: from dual;

494: --
495: begin
496: select irc_documents_s.nextval
497: into l_new_doc_id
498: from dual;
499: end;
500: --
501: --Call the setbase key value procedure In the row handler
502: --