DBA Data[Home] [Help]

APPS.IGS_FI_PRC_FEE_ROLLV dependencies on IGS_FI_COM_REC_INTERFACE

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

473: -- a nominated IGS_CA_INST to beneath another nominated IGS_CA_INST.
474:
475: -- Check the value of Manage Accounts System Option value.
476: -- If its NULL then this process should error out by logging message.
477: igs_fi_com_rec_interface.chk_manage_account ( p_v_manage_acc => l_v_manage_accounts,
478: p_v_message_name => l_v_message_name );
479: IF l_v_manage_accounts IS NULL THEN
480: fnd_message.set_name ( 'IGS', l_v_message_name );
481: igs_ge_msg_stack.ADD;