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 1662: update FA_ASSET_HIERARCHY set

1658: , X_ATTRIBUTE14 in VARCHAR2
1659: , X_ATTRIBUTE15 in VARCHAR2
1660: )is
1661: begin
1662: update FA_ASSET_HIERARCHY set
1663: name = x_name,
1664: --level_number = x_level_number, --Level number is Non Updateable
1665: hierarchy_rule_set_id = x_hierarchy_rule_set_id,
1666: description = x_description,