DBA Data[Home] [Help]

APPS.FA_CUA_HIERARCHY_PKG dependencies on FA_ASSET_KEYWORDS

Line 99: from fa_asset_keywords

95: Function Validate_asset_key(x_asset_key_ccid in number)
96: return Boolean
97: is
98: Cursor C_1 is select code_combination_id
99: from fa_asset_keywords
100: where code_combination_id = x_asset_key_ccid;
101: l_asset_key_ccid number;
102: Begin
103: open C_1;