DBA Data[Home] [Help]

APPS.IGS_FI_LOAD_EXT_CHG dependencies on IGS_FI_CONTROL

Line 170: -- So call function finp_get_cur which obtains the code and desc from igs_fi_control

166:
167:
168: -- Modified as part of GL Interface build
169: -- Validate if the currency_cd passed is same as the currency_cd in the System Options form
170: -- So call function finp_get_cur which obtains the code and desc from igs_fi_control
171: igs_fi_gen_gl.finp_get_cur( p_v_currency_cd => g_curr_cd,
172: p_v_curr_desc => g_curr_desc,
173: p_v_message_name => l_message_name
174: );

Line 441: l_v_manage_accounts igs_fi_control.manage_accounts%TYPE;

437: AND sequence_number=cp_sequence_number;
438:
439: l_cur_fee_period cur_fee_period%ROWTYPE;
440: l_v_message_name fnd_new_messages.message_name%TYPE;
441: l_v_manage_accounts igs_fi_control.manage_accounts%TYPE;
442: l_exception EXCEPTION;
443:
444: l_v_msg fnd_new_messages.message_text%TYPE;
445: l_b_valid_ccid BOOLEAN;