DBA Data[Home] [Help]

APPS.IGS_FI_GEN_004 dependencies on IGS_FI_COM_REC_INTERFACE

Line 428: igs_fi_com_rec_interface.chk_manage_account ( p_v_manage_acc => l_v_manage_accounts,

424: p_fee_ci_sequence_num := TO_NUMBER(LTRIM(SUBSTR(p_fee_cal, 113, 8)));
425:
426: -- Get the value of "Manage Accounts" System Option value.
427: -- If this value is NULL then this process cannot run. Added as part of Enh# 2831569.
428: igs_fi_com_rec_interface.chk_manage_account ( p_v_manage_acc => l_v_manage_accounts,
429: p_v_message_name => l_v_message_name );
430: IF l_v_manage_accounts IS NULL THEN
431: fnd_message.set_name ( 'IGS', l_v_message_name );
432: fnd_file.put_line (fnd_file.log, ' ');

Line 983: igs_fi_com_rec_interface.chk_manage_account ( p_v_manage_acc => l_v_manage_accounts,

979:
980:
981: -- Get the value of "Manage Accounts" System Option value.
982: -- If this value is NULL then this process cannot run. Added as part of Enh# 2831569.
983: igs_fi_com_rec_interface.chk_manage_account ( p_v_manage_acc => l_v_manage_accounts,
984: p_v_message_name => l_v_message_name );
985: IF l_v_manage_accounts IS NULL THEN
986: fnd_message.set_name ( 'IGS', l_v_message_name );
987: igs_ge_msg_stack.ADD;