DBA Data[Home] [Help]

APPS.FA_CUA_HIERARCHY_PKG dependencies on FA_ASSET_HIERARCHY_S

Line 282: CURSOR C1 is Select FA_ASSET_HIERARCHY_S.nextval from sys.dual;

278: is
279: cursor C is select ROWID from FA_ASSET_HIERARCHY
280: where asset_hierarchy_id = X_asset_hierarchy_id ;
281:
282: CURSOR C1 is Select FA_ASSET_HIERARCHY_S.nextval from sys.dual;
283: l_name FA_ASSET_HIERARCHY.name%TYPE;
284: begin
285: if X_asset_hierarchy_id is null then
286: open C1;

Line 1670: update FA_ASSET_HIERARCHY set

1666: , X_ATTRIBUTE14 in VARCHAR2
1667: , X_ATTRIBUTE15 in VARCHAR2
1668: , p_log_level_rec IN FA_API_TYPES.log_level_rec_type default null)is
1669: begin
1670: update FA_ASSET_HIERARCHY set
1671: name = x_name,
1672: --level_number = x_level_number, --Level number is Non Updateable
1673: hierarchy_rule_set_id = x_hierarchy_rule_set_id,
1674: description = x_description,