DBA Data[Home] [Help]

APPS.CTO_UTILITY_PK dependencies on FND_DOCUMENTS_PKG

Line 4054: fnd_documents_pkg.insert_row(

4050: -- The following FND API will create a document with the given Text information.
4051:
4052: -- Creating a long text document using text
4053:
4054: fnd_documents_pkg.insert_row(
4055: x_rowid => l_row_id,
4056: x_document_id => l_doc_id,
4057: x_creation_date => sysdate,
4058: x_created_by => fnd_global.USER_ID,