DBA Data[Home] [Help]

APPS.FND_WEBATTCH dependencies on DUAL

Line 880: from sys.dual;

876:
877: -- Attached Document Id has to be populated from the sequence.
878: select fnd_attached_documents_s.nextval
879: into l_attached_document_id
880: from sys.dual;
881:
882: -- Set the language parameter
883: select userenv ('LANG')
884: into l_lang

Line 885: from dual;

881:
882: -- Set the language parameter
883: select userenv ('LANG')
884: into l_lang
885: from dual;
886:
887: -- Call the server side package for adding the attachment and documents.
888: fnd_attached_documents_pkg.insert_row (
889: x_rowid => l_rowid ,

Line 1181: from dual;

1177:
1178: -- Set the language
1179: select USERENV('LANG')
1180: into l_lang
1181: from dual;
1182:
1183: -- Call the server side package for adding the attachment and documents.
1184: fnd_attached_documents_pkg.update_row (
1185: x_rowid => upddatarec.row_id ,