DBA Data[Home] [Help]

APPS.IGS_FI_BILL_EXTRACT dependencies on IGS_FI_COM_REC_INTERFACE

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

1269: igs_ge_gen_003.set_org_id (p_c_org_id);
1270:
1271: -- Obtain the value of manage_accounts in the System Options form
1272: -- If it is null or 'OTHER', then this process is not available, so error out.
1273: igs_fi_com_rec_interface.chk_manage_account( p_v_manage_acc => l_v_manage_acc,
1274: p_v_message_name => l_v_message_name
1275: );
1276: IF (l_v_manage_acc = 'OTHER') OR (l_v_manage_acc IS NULL) THEN
1277: fnd_message.set_name('IGS',l_v_message_name);