DBA Data[Home] [Help]

APPS.IGS_FI_AD_HOC_WAV dependencies on STANDARD

Line 32: -- is a STANDARD Balance.If it is then concurrent process errors out.

28: -- from procedure group_waiver_proc. As a part of Subaccount Removal Build.
29: --vvutukur 05-Jul-2002 Modified group_waiver_proc procedure to exclude reversed charges
30: -- from being selected through cursor c_per_chg as part of Bug#2405762.
31: --jbegum 13-Jun-2002 Bug#2412433 Added a validation checking if the Balance Type passed
32: -- is a STANDARD Balance.If it is then concurrent process errors out.
33: --sarakshi 28-Feb-2002 bug:2238362, changed the view igs_pe_person_v to igs_fi_parties_v
34: --sbaliga 25-feb-2002 Modified procedure group_waiver_proc as part of #2144600
35: -------------------------------------------------------------------
36:

Line 548: /** Validating that the Balance Type is not a STANDARD Balance **/

544: END IF;
545: CLOSE c_cal_per;
546:
547: -- Validation added as part of Bug#2412433
548: /** Validating that the Balance Type is not a STANDARD Balance **/
549:
550: IF p_c_bal_type = 'STANDARD' THEN
551: FND_MESSAGE.SET_NAME('IGS','IGS_GE_INVALID_VALUE');
552: IGS_GE_MSG_STACK.ADD;

Line 550: IF p_c_bal_type = 'STANDARD' THEN

546:
547: -- Validation added as part of Bug#2412433
548: /** Validating that the Balance Type is not a STANDARD Balance **/
549:
550: IF p_c_bal_type = 'STANDARD' THEN
551: FND_MESSAGE.SET_NAME('IGS','IGS_GE_INVALID_VALUE');
552: IGS_GE_MSG_STACK.ADD;
553: FND_FILE.PUT_LINE(FND_FILE.LOG,FND_MESSAGE.GET);
554: l_valid := FALSE;