DBA Data[Home] [Help]

APPS.IGI_IAC_REVAL_INIT_STRUCT dependencies on IGI_IAC_REVALUATION_RATES

Line 16: l_rec igi_iac_revaluation_rates%rowtype; -- create this for quicker access via sql navigator

12: g_path VARCHAR2(100);
13:
14: --===========================FND_LOG.END=======================================
15:
16: l_rec igi_iac_revaluation_rates%rowtype; -- create this for quicker access via sql navigator
17:
18: g_who_user_id number;
19: g_who_login_id number;
20: g_who_date date;

Line 401: from igi_iac_revaluation_rates

397: l_dummy varchar2(1);
398: begin
399: select *
400: into l_reval_params.reval_prev_rate_info
401: from igi_iac_revaluation_rates
402: where asset_id = fp_asset_id
403: and period_counter <= fp_period_counter
404: and book_type_code = fp_book_type_code
405: and reval_type in ( 'O','P')