DBA Data[Home] [Help]

APPS.FND_WEBATTCH dependencies on FND_ATTACHED_DOCUMENTS_PKG

Line 857: fnd_attached_documents_pkg.insert_row (

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 ,
859: x_attached_document_id => l_attached_document_id ,
860: x_document_id => l_document_id ,
861: x_creation_date => l_creation_date ,

Line 1116: fnd_attached_documents_pkg.update_row (

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 ,
1118: x_attached_document_id => attached_document_id ,
1119: x_document_id => upddatarec.document_id ,
1120: x_last_update_date => l_last_update_date ,