DBA Data[Home] [Help]

APPS.IGS_FI_PRC_WAIVERS dependencies on IGS_FI_COM_REC_INTERFACE

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

658: ' p_v_career : ' ||p_v_career ||
659: ' p_v_raise_wf_event : ' ||p_v_raise_wf_event
660: );
661: -- Check for Manage Accounts
662: igs_fi_com_rec_interface.chk_manage_account(p_v_manage_acc => l_v_manage_acc,
663: p_v_message_name => l_v_message_name);
664:
665: IF l_v_manage_acc IS NULL OR l_v_manage_acc = 'OTHER' THEN
666: x_return_status := 'E';

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

1659: p_v_fee_type => p_fee_type,
1660: p_d_gl_date => igs_ge_date.igsdate(p_gl_date));
1661:
1662: --Checking System option value for Manage Accounts.
1663: igs_fi_com_rec_interface.chk_manage_account(p_v_manage_acc => l_v_manage_acc,
1664: p_v_message_name => l_v_message_name);
1665:
1666: IF l_v_manage_acc IS NULL OR l_v_manage_acc = 'OTHER' THEN
1667: fnd_file.new_line(fnd_file.log);