DBA Data[Home] [Help]

APPS.IGS_FI_PRC_HOLDS dependencies on IGS_FI_COM_REC_INTERFACE

Line 1049: Added check for manage_accounts - call to igs_fi_com_rec_interface.check_manage_acc()

1045: pathipat 23-Jun-2003 Bug: 3018104 - Impact of changes in person id group views
1046: Modified cursor c_person_group - replaced igs_pe_prsid_grp_mem_v
1047: with igs_pe_prsid_grp_mem
1048: pathipat 05-May-2003 Enh 2831569 - Commercial Receivables Build
1049: Added check for manage_accounts - call to igs_fi_com_rec_interface.check_manage_acc()
1050: vvutukur 25-Mar-2003 Enh#2824994.Modified code such that log file output is not shown in horizontal tabular format, instead it
1051: it is shown in linear/logging format.Removed the code using l_person_ind as it is redundant since it is used
1052: earlier to print header in tabular format only once when the person is processed for the first time.
1053: Also used global variables to log the details.

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

1158: fnd_file.put_line(fnd_file.log,' ');
1159:
1160: -- Obtain the value of manage_accounts in the System Options form
1161: -- If it is null or 'OTHER', then this process is not available, so error out.
1162: igs_fi_com_rec_interface.chk_manage_account( p_v_manage_acc => l_v_manage_acc,
1163: p_v_message_name => l_v_message_name
1164: );
1165: IF (l_v_manage_acc = 'OTHER') OR (l_v_manage_acc IS NULL) THEN
1166: fnd_message.set_name('IGS',l_v_message_name);

Line 2239: Added check for manage_accounts - call to igs_fi_com_rec_interface.check_manage_acc()

2235: pathipat 23-Jun-2003 Bug: 3018104 - Impact of changes in person id group views
2236: Modified cursor c_person_group - replaced igs_pe_prsid_grp_mem_v
2237: with igs_pe_prsid_grp_mem
2238: pathipat 05-May-2003 Enh 2831569 - Commercial Receivables Build
2239: Added check for manage_accounts - call to igs_fi_com_rec_interface.check_manage_acc()
2240: pathipat 26-Feb-2003 Enh 2747341 - Additional Security for Holds
2241: Added code to keep count of total number of records fetched apart from
2242: count of records processed (code involving l_n_total_count)
2243: SYKRISHn 03-JAN-2002 Bug 2684895 --Procedure finp_apply_holds

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

2311: fnd_file.put_line(fnd_file.log,' ');
2312:
2313: -- Obtain the value of manage_accounts in the System Options form
2314: -- If it is null or 'OTHER', then this process is not available, so error out.
2315: igs_fi_com_rec_interface.chk_manage_account( p_v_manage_acc => l_v_manage_acc,
2316: p_v_message_name => l_v_message_name
2317: );
2318: IF (l_v_manage_acc = 'OTHER') OR (l_v_manage_acc IS NULL) THEN
2319: fnd_message.set_name('IGS',l_v_message_name);