DBA Data[Home] [Help]

APPS.FA_API_TYPES dependencies on FND_API

Line 429: parent_flag varchar2(1) := FND_API.G_FALSE

425:
426: -- Information used to retire subcomponents of an asset.
427: TYPE subcomp_rec_type IS RECORD
428: (asset_id NUMBER,
429: parent_flag varchar2(1) := FND_API.G_FALSE
430: );
431:
432: TYPE subcomp_tbl_type IS TABLE OF subcomp_rec_type index by binary_integer;
433: