DBA Data[Home] [Help]

APPS.CTO_UTILITY_PK dependencies on FND_DOCUMENTS_PKG

Line 4076: fnd_documents_pkg.insert_row(

4072: -- The following FND API will create a document with the given Text information.
4073:
4074: -- Creating a long text document using text
4075:
4076: fnd_documents_pkg.insert_row(
4077: x_rowid => l_row_id,
4078: x_document_id => l_doc_id,
4079: x_creation_date => sysdate,
4080: x_created_by => fnd_global.USER_ID,