DBA Data[Home] [Help]

APPS.CSD_REPAIR_MANAGER_UTIL dependencies on FND_DOCUMENTS_PKG

Line 1265: 'Before calling Fnd_Documents_Pkg.Insert_Row');

1261: END;
1262: -- common stuff. need to insert a record into fnd_documents table.
1263: IF (Fnd_Log.LEVEL_PROCEDURE >= Fnd_Log.G_CURRENT_RUNTIME_LEVEL) THEN
1264: Fnd_Log.STRING(Fnd_Log.LEVEL_PROCEDURE, lc_api_name,
1265: 'Before calling Fnd_Documents_Pkg.Insert_Row');
1266: END IF;
1267:
1268: Fnd_Documents_Pkg.Insert_Row
1269: (X_Rowid => x_rowid_tmp,

Line 1268: Fnd_Documents_Pkg.Insert_Row

1264: Fnd_Log.STRING(Fnd_Log.LEVEL_PROCEDURE, lc_api_name,
1265: 'Before calling Fnd_Documents_Pkg.Insert_Row');
1266: END IF;
1267:
1268: Fnd_Documents_Pkg.Insert_Row
1269: (X_Rowid => x_rowid_tmp,
1270: X_document_id => x_document_id_tmp,
1271: X_creation_date => sysdate,
1272: X_created_by => l_user_id,