DBA Data[Home] [Help]

APPS.IGS_FI_PRC_APPL dependencies on IGS_FI_GEN_005

Line 379: smadathi 28-Feb-2002 Bug. 2238413. The call to igs_fi_gen_005.finp_get_receivables_inst and

375: smadathi 20-NOV-2002 Enh. Bug 2584986. Added new parameter GL Date to procedure mass_application
376: schodava 19-Sep-2002 Enh # 2564643 - Subaccount Removal
377: Removed all references to subaccount.
378: vvutukur 22-apr-2002 Populated rec_installed value into g_rec_installed for bug#2326163
379: smadathi 28-Feb-2002 Bug. 2238413. The call to igs_fi_gen_005.finp_get_receivables_inst and
380: logging of message is removed since this check has been moved
381: to CREATE_APPLICATION procedure.
382: vchappid 05-OCT-2001 As per Enh#2030448, Call to calculate balances process has been removed,
383: Balance_Flag column reference has been removed from updation of Credits,

Line 400: g_rec_installed := igs_fi_gen_005.finp_get_receivables_inst;

396: igs_ge_gen_003.set_org_id(p_org_id);
397:
398: --Populate the rec_installed value into g_rec_installed to know whether Oracle Financials is
399: --set to Yes or No in System Options Form.
400: g_rec_installed := igs_fi_gen_005.finp_get_receivables_inst;
401: l_d_gl_date := TRUNC(igs_ge_date.igsdate(p_d_gl_date)) ;
402:
403: -- the exceptions raised in the mass_apply is masked in the block so that
404: -- the same can be captured and raised in the the user defined excpetion handler.

Line 479: used call to igs_fi_gen_005.finp_get_prsid_grp_code to

475: sarakshi 06-Mar-2003 Bug#2767522,added validation for checking credit date low cannot be greater than credit date high
476: pathipat 21-Jan-2003 Bug: 2686680 - When person_id and person_id grp are both specified
477: changed the error message logged from IGS_FI_PRS_OR_PRSIDGRP to IGS_FI_NO_PERS_PGRP
478: smadathi 9-Jan-2003 Bug 2722096. Removed the logging of person group id. Instead
479: used call to igs_fi_gen_005.finp_get_prsid_grp_code to
480: log person group code. Logging of the error message for invalid
481: parameters passed have been removed and same has been taken cared in mass_application procedure.
482: Moreover, call to igs_ge_msg_stack.add has been incorporated wherever explicit handling for
483: invalid parameter values have been done.

Line 731: fnd_message.set_token('PARM_VALUE',igs_fi_gen_005.finp_get_prsid_grp_code(p_person_id_grp));

727: fnd_file.put_line(fnd_file.log, fnd_message.Get);
728:
729: fnd_message.set_name('IGS','IGS_FI_GEN_PARAMETER');
730: fnd_message.set_token('PARM_TYPE',igs_fi_gen_gl.get_lkp_meaning('IGS_FI_LOCKBOX','PERSON_GROUP'));
731: fnd_message.set_token('PARM_VALUE',igs_fi_gen_005.finp_get_prsid_grp_code(p_person_id_grp));
732: fnd_file.put_line(fnd_file.log, fnd_message.Get);
733:
734: fnd_message.set_name('IGS','IGS_FI_GEN_PARAMETER');
735: fnd_message.set_token('PARM_TYPE',igs_fi_gen_gl.get_lkp_meaning('IGS_FI_LOCKBOX','CREDIT_NUMBER'));