DBA Data[Home] [Help]

APPS.FA_CUA_HIERARCHY_PKG dependencies on FA_CATEGORY_BOOKS

Line 38: from fa_category_books

34: from fa_categories
35: where category_id = x_asset_category_id;
36:
37: Cursor C_2 is select 1
38: from fa_category_books
39: where category_id = x_asset_category_id
40: and book_type_code = x_book_type_code;
41:
42: l_category_type FA_CATEGORIES.category_type%TYPE;