DBA Data[Home] [Help]

APPS.PON_ATTACHMENTS dependencies on FND_ATTACHED_DOCUMENTS_PKG

Line 158: fnd_attached_documents_pkg.insert_row (

154: INTO l_lang
155: FROM dual;
156:
157: -- Call the server side package for adding the attachment and documents.
158: fnd_attached_documents_pkg.insert_row (
159: x_rowid => l_rowid ,
160: x_attached_document_id => l_attached_document_id ,
161: x_document_id => l_document_id ,
162: x_creation_date => l_creation_date ,

Line 296: fnd_attached_documents_pkg.insert_row (

292: FROM dual;
293:
294: -- Call the server side package for adding the attachment and documents.
295: l_progress := 5;
296: fnd_attached_documents_pkg.insert_row (
297: x_rowid => l_rowid ,
298: x_attached_document_id => l_attached_document_id ,
299: x_document_id => l_document_id ,
300: x_creation_date => l_creation_date ,

Line 508: fnd_attached_documents_pkg.insert_row (

504: End If;
505:
506: -- Call FND Procedure to create the attachment.
507: l_progress := 6;
508: fnd_attached_documents_pkg.insert_row (
509: x_rowid => l_rowid ,
510: x_attached_document_id => l_attached_document_id ,
511: x_document_id => l_document_id ,
512: x_creation_date => l_creation_date ,