DBA Data[Home] [Help]

APPS.FA_TRACK_MEMBER_PVT dependencies on FA_STD_TYPES

Line 249: FUNCTION update_deprn_basis(p_group_rule_in in fa_std_types.fa_deprn_rule_in_struct,

245: --
246: --
247: ----------------------------------------------------------------------------
248:
249: FUNCTION update_deprn_basis(p_group_rule_in in fa_std_types.fa_deprn_rule_in_struct,
250: p_apply_reduction_flag in varchar2 default NULL,
251: p_mode in varchar2 default NULL, p_log_level_rec IN FA_API_TYPES.log_level_rec_type)
252: return boolean;
253:

Line 327: p_dpr_in in FA_STD_TYPES.dpr_struct,

323: FUNCTION get_member_at_start(p_period_rec in FA_API_TYPES.period_rec_type,
324: p_trans_rec in FA_API_TYPES.trans_rec_type,
325: p_asset_hdr_rec in FA_API_TYPES.asset_hdr_rec_type,
326: p_asset_fin_rec in FA_API_TYPES.asset_fin_rec_type,
327: p_dpr_in in FA_STD_TYPES.dpr_struct,
328: p_mrc_sob_type_code in varchar2 default 'N', p_log_level_rec IN FA_API_TYPES.log_level_rec_type)
329: return boolean;
330:
331: --+=====================================================================

Line 343: p_dpr_in in FA_STD_TYPES.dpr_struct,

339: --+=====================================================================
340:
341: FUNCTION update_member_books(p_trans_rec in FA_API_TYPES.trans_rec_type,
342: p_asset_hdr_rec in FA_API_TYPES.asset_hdr_rec_type,
343: p_dpr_in in FA_STD_TYPES.dpr_struct,
344: p_mrc_sob_type_code in varchar2 default 'N', p_log_level_rec IN FA_API_TYPES.log_level_rec_type)
345: return boolean;
346:
347: --+=====================================================================

Line 356: p_dpr_in in FA_STD_TYPES.dpr_struct,

352: --
353: --+=====================================================================
354:
355: FUNCTION member_eofy_rsv(p_asset_hdr_rec in FA_API_TYPES.asset_hdr_rec_type,
356: p_dpr_in in FA_STD_TYPES.dpr_struct,
357: p_mrc_sob_type_code in varchar2 default 'N', p_log_level_rec IN FA_API_TYPES.log_level_rec_type)
358: return boolean;
359:
360: --+=====================================================================

Line 428: FUNCTION display_debug_message(fa_rule_in in fa_std_types.fa_deprn_rule_in_struct,

424: -- This function will be called to display debug message
425: --
426: --+=====================================================================
427:
428: FUNCTION display_debug_message(fa_rule_in in fa_std_types.fa_deprn_rule_in_struct,
429: p_calling_fn in varchar2, p_log_level_rec IN FA_API_TYPES.log_level_rec_type)
430:
431: return boolean;
432: