DBA Data[Home] [Help]

APPS.IGS_PS_UNIT_LGCY_PKG dependencies on IGS_PS_VAL_UD

Line 1880: smvk 12-Dec-2002 Added a boolean parameter to the function call igs_ps_val_ud.crsp_val_ud_perc.

1876:
1877: Known limitations,enhancements,remarks:
1878: Change History (in reverse chronological order)
1879: Who When What
1880: smvk 12-Dec-2002 Added a boolean parameter to the function call igs_ps_val_ud.crsp_val_ud_perc.
1881: As a part of the Bug # 2696207
1882: ********************************************************************************************** */
1883:
1884: l_c_message_name VARCHAR2(30);

Line 2005: IF igs_ps_val_ud.crsp_val_ud_perc ( p_tab_unit_dscp(I).unit_cd, p_tab_unit_dscp(I).version_number, l_c_message_name ,TRUE) THEN

2001: /* Business Validations */
2002: /* Proceed with business validations only if the status is Success, 'S' */
2003: IF p_tab_unit_dscp(I).status = 'S' THEN
2004: /* Validation# 1: Check if the Unit Discipline Percentage adds upto 100 */
2005: IF igs_ps_val_ud.crsp_val_ud_perc ( p_tab_unit_dscp(I).unit_cd, p_tab_unit_dscp(I).version_number, l_c_message_name ,TRUE) THEN
2006: fnd_message.set_name('IGS','IGS_PS_LGCY_UD_100_EXISTS');
2007: fnd_msg_pub.add;
2008: p_tab_unit_dscp(I).status := 'W';
2009: END IF;

Line 2320: IF NOT igs_ps_val_ud.crsp_val_ud_perc ( p_unit_ver_rec.unit_cd, p_unit_ver_rec.version_number, l_c_message ,TRUE) THEN

2316: fnd_msg_pub.add;
2317: p_unit_ver_rec.status := 'E';
2318: END IF;
2319:
2320: IF NOT igs_ps_val_ud.crsp_val_ud_perc ( p_unit_ver_rec.unit_cd, p_unit_ver_rec.version_number, l_c_message ,TRUE) THEN
2321: -- Adding more meaningful message rather then the message returned in the variable l_c_message
2322: fnd_message.set_name('IGS','IGS_PS_LGCY_ACT_UNT_WITHOUT_UD');
2323: fnd_msg_pub.add;
2324: p_unit_ver_rec.status := 'E';