DBA Data[Home] [Help]

APPS.FND_WEBATTCH dependencies on DUAL

Line 849: from sys.dual;

845:
846: -- Attached Document Id has to be populated from the sequence.
847: select fnd_attached_documents_s.nextval
848: into l_attached_document_id
849: from sys.dual;
850:
851: -- Set the language parameter
852: select userenv ('LANG')
853: into l_lang

Line 854: from dual;

850:
851: -- Set the language parameter
852: select userenv ('LANG')
853: into l_lang
854: from dual;
855:
856: -- Call the server side package for adding the attachment and documents.
857: fnd_attached_documents_pkg.insert_row (
858: x_rowid => l_rowid ,

Line 1113: from dual;

1109:
1110: -- Set the language
1111: select USERENV('LANG')
1112: into l_lang
1113: from dual;
1114:
1115: -- Call the server side package for adding the attachment and documents.
1116: fnd_attached_documents_pkg.update_row (
1117: x_rowid => upddatarec.row_id ,