DBA Data[Home] [Help]

APPS.IGS_FI_PRC_BALANCES dependencies on IGS_FI_COM_REC_INTERFACE

Line 1650: -- igs_fi_com_rec_interface.chk_manage_account()

1646: --Change History:
1647: --Who When What
1648: --sapanigr 05-May-2006 Bug 5178077: Added call to igs_ge_gen_003.set_org_id. to disable process in R12
1649: --pathipat 23-Apr-2003 Enh 2831569 - Commercial Receivables build - Added call to
1650: -- igs_fi_com_rec_interface.chk_manage_account()
1651: ------------------------------------------------------------------
1652:
1653: l_v_manage_acc igs_fi_control_all.manage_accounts%TYPE := NULL;
1654: l_v_message_name fnd_new_messages.message_name%TYPE := NULL;

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

1667: END;
1668:
1669: -- Obtain the value of manage_accounts in the System Options form
1670: -- If it is null or 'OTHER', then this process is not available, so error out.
1671: igs_fi_com_rec_interface.chk_manage_account( p_v_manage_acc => l_v_manage_acc,
1672: p_v_message_name => l_v_message_name
1673: );
1674: IF (l_v_manage_acc = 'OTHER') OR (l_v_manage_acc IS NULL) THEN
1675: fnd_message.set_name('IGS',l_v_message_name);