DBA Data[Home] [Help]

APPS.IGS_FI_PRC_REFUNDS dependencies on IGS_FI_COM_REC_INTERFACE

Line 327: igs_fi_com_rec_interface.chk_manage_account( p_v_manage_acc => l_v_manage_acc,

323: BEGIN
324:
325: -- Obtain the value of manage_accounts in the System Options form
326: -- If it is null or 'OTHER', then this process is not available, so error out.
327: igs_fi_com_rec_interface.chk_manage_account( p_v_manage_acc => l_v_manage_acc,
328: p_v_message_name => l_v_message_name
329: );
330: IF (l_v_manage_acc = 'OTHER') OR (l_v_manage_acc IS NULL) THEN
331: p_status := FALSE;

Line 855: igs_fi_com_rec_interface.chk_manage_account( p_v_manage_acc => l_v_manage_acc,

851: errbuf := NULL;
852:
853: -- Obtain the value of manage_accounts in the System Options form
854: -- If it is null or 'OTHER', then this process is not available, so error out.
855: igs_fi_com_rec_interface.chk_manage_account( p_v_manage_acc => l_v_manage_acc,
856: p_v_message_name => l_v_message_name
857: );
858: IF (l_v_manage_acc = 'OTHER') OR (l_v_manage_acc IS NULL) THEN
859: fnd_message.set_name('IGS',l_v_message_name);