DBA Data[Home] [Help]

APPS.GMA_EDITEXT_ATTACH_MIG dependencies on FND_DOC_CATEGORIES_PKG

Line 639: fnd_doc_categories_pkg.insert_row

635: INTO l_category_id
636: FROM dual;
637:
638: -- Call fnd's package to create the Category
639: fnd_doc_categories_pkg.insert_row
640: (
641: X_ROWID => l_Rowid,
642: X_CATEGORY_ID => l_category_id,
643: X_APPLICATION_ID => l_application_id,