DBA Data[Home] [Help]

APPS.FND_WEBATTCH dependencies on FND_ATTACHED_DOCUMENTS_PKG

Line 888: fnd_attached_documents_pkg.insert_row (

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 ,
890: x_attached_document_id => l_attached_document_id ,
891: x_document_id => l_document_id ,
892: x_creation_date => l_creation_date ,

Line 1184: fnd_attached_documents_pkg.update_row (

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 ,
1186: x_attached_document_id => attached_document_id ,
1187: x_document_id => upddatarec.document_id ,
1188: x_last_update_date => l_last_update_date ,