DBA Data[Home] [Help]

APPS.FA_API_TYPES dependencies on FND_API

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

407:
408: -- Information used to retire subcomponents of an asset.
409: TYPE subcomp_rec_type IS RECORD
410: (asset_id NUMBER,
411: parent_flag varchar2(1) := FND_API.G_FALSE
412: );
413:
414: TYPE subcomp_tbl_type IS TABLE OF subcomp_rec_type index by binary_integer;
415: