DBA Data[Home] [Help]

APPS.IGS_FI_WAIVERS_API_PUB dependencies on IGS_FI_COM_REC_INTERFACE

Line 169: igs_fi_com_rec_interface.chk_manage_account (

165: ----------------------- Start of API Body---------------------------
166:
167: -- Verify the value of Manage Accounts set in System Options form.
168: -- If this value is either NULL or OTHER, API would error out
169: igs_fi_com_rec_interface.chk_manage_account (
170: p_v_manage_acc => l_v_manage_accounts,
171: p_v_message_name => l_v_message_name
172: );
173: IF (l_v_manage_accounts IS NULL OR l_v_manage_accounts = 'OTHER') THEN