DBA Data[Home] [Help]

APPS.FA_UTIL_PVT dependencies on FA_ASSET_HISTORY

Line 24: p_date_effective IN FA_ASSET_HISTORY.date_effective%TYPE DEFAULT NULL,

20:
21: FUNCTION get_asset_cat_rec
22: (p_asset_hdr_rec IN FA_API_TYPES.asset_hdr_rec_type,
23: px_asset_cat_rec IN OUT NOCOPY FA_API_TYPES.asset_cat_rec_type,
24: p_date_effective IN FA_ASSET_HISTORY.date_effective%TYPE DEFAULT NULL,
25: p_log_level_rec IN fa_api_types.log_level_rec_type default null
26: ) RETURN BOOLEAN;
27:
28: FUNCTION get_asset_type_rec

Line 31: p_date_effective IN FA_ASSET_HISTORY.date_effective%TYPE DEFAULT NULL,

27:
28: FUNCTION get_asset_type_rec
29: (p_asset_hdr_rec IN FA_API_TYPES.asset_hdr_rec_type,
30: px_asset_type_rec IN OUT NOCOPY FA_API_TYPES.asset_type_rec_type,
31: p_date_effective IN FA_ASSET_HISTORY.date_effective%TYPE DEFAULT NULL,
32: p_log_level_rec IN fa_api_types.log_level_rec_type default null
33: ) RETURN BOOLEAN;
34:
35: FUNCTION get_asset_desc_rec