DBA Data[Home] [Help]

APPS.FA_CUA_HIERARCHY_PKG dependencies on FA_HIERARCHY_RULE_SET

Line 792: Select book_type_code from FA_HIERARCHY_RULE_SET

788: where asset_hierarchy_purpose_id = (Select asset_hierarchy_purpose_id
789: from fa_asset_hierarchy
790: where asset_hierarchy_id = x_parent_hierarchy_id);
791: Cursor C_RULE is
792: Select book_type_code from FA_HIERARCHY_RULE_SET
793: where hierarchy_rule_set_id = x_hierarchy_rule_set_id;
794: Cursor C_PURPOSE is select asset_hierarchy_purpose_id,mandatory_asset_flag
795: from FA_ASSET_HIERARCHY_PURPOSE
796: where book_type_code = x_book_type_code;