DBA Data[Home] [Help]

APPS.FA_UTIL_PVT dependencies on FA_ASSET_HISTORY

Line 23: p_date_effective IN FA_ASSET_HISTORY.date_effective%TYPE DEFAULT NULL

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

Line 30: p_date_effective IN FA_ASSET_HISTORY.date_effective%TYPE DEFAULT NULL

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