DBA Data[Home] [Help]

APPS.IGS_PS_UNIT_LGCY_PKG dependencies on IGS_PS_VAL_TR

Line 1624: smvk 12-Dec-2002 Added a boolean parameter to the function call igs_ps_val_tr.crsp_val_tr_perc.

1620:
1621: Known limitations,enhancements,remarks:
1622: Change History (in reverse chronological order)
1623: Who When What
1624: smvk 12-Dec-2002 Added a boolean parameter to the function call igs_ps_val_tr.crsp_val_tr_perc.
1625: As a part of the Bug # 2696207
1626: smvk 20-Dec-2002 Removed the IGS_PS_TCH_RESP_PKG.check_constraints for org_unit_cd,
1627: as the org unit code can have value in mixed case. Bug # 2487149.
1628: ********************************************************************************************** */

Line 1786: IF igs_ps_val_tr.crsp_val_tr_perc (

1782: /* Business Validations */
1783: /* Proceed with business validations only if the status is Success, 'S' */
1784: IF p_tab_teach_resp(I).status = 'S' THEN
1785: /* Validation# 1: Check if the Teaching Responsibility Percentage adds upto 100 */
1786: IF igs_ps_val_tr.crsp_val_tr_perc (
1787: p_unit_cd => p_tab_teach_resp(I).unit_cd,
1788: p_version_number => p_tab_teach_resp(I).version_number,
1789: p_message_name => l_c_message_name ,
1790: p_b_lgcy_validator => TRUE) THEN

Line 2313: IF NOT igs_ps_val_tr.crsp_val_tr_perc ( p_unit_ver_rec.unit_cd, p_unit_ver_rec.version_number, l_c_message ,TRUE) THEN

2309: IF rec_unit_status.s_unit_status = 'ACTIVE' THEN
2310: p_unit_ver_rec.msg_from := fnd_msg_pub.count_msg;
2311: p_rec_status := p_unit_ver_rec.status;
2312:
2313: IF NOT igs_ps_val_tr.crsp_val_tr_perc ( p_unit_ver_rec.unit_cd, p_unit_ver_rec.version_number, l_c_message ,TRUE) THEN
2314: -- Adding more meaningful message rather then the message returned in the variable l_c_message
2315: fnd_message.set_name('IGS','IGS_PS_LGCY_ACT_UNT_WITHOUT_TR');
2316: fnd_msg_pub.add;
2317: p_unit_ver_rec.status := 'E';