DBA Data[Home] [Help]

APPS.IGS_PS_VAL_UV dependencies on IGS_EN_GEN_007

Line 19: coming from IGS_EN_GEN_007.ENRP_GET_SUA_INCUR which in turn gets it

15: jbegum 21 Mar 02 As part of big fix of bug #2192616
16: Removed the exception handling part of the
17: function enrp_get_sua_incur.This was done in order
18: to allow the user defined exception NO_AUSL_RECORD_FOUND
19: coming from IGS_EN_GEN_007.ENRP_GET_SUA_INCUR which in turn gets it
20: from IGS_EN_PRC_LOAD.ENRP_GET_LOAD_INCUR and
21: to propagate to the form IGSPS047 and be handled accordingly
22: instead of coming as an unhandled exception.
23:

Line 837: knaraset 09-May-2003 Modified call to IGS_EN_GEN_007.ENRP_GET_SUA_INCUR to add parameter uoo_id,as part of MUS build bug 2829262

833: p_points_increment IN NUMBER ,
834: p_message_name OUT NOCOPY VARCHAR2 )
835: RETURN BOOLEAN AS
836: /* Who When What
837: knaraset 09-May-2003 Modified call to IGS_EN_GEN_007.ENRP_GET_SUA_INCUR to add parameter uoo_id,as part of MUS build bug 2829262
838: jbegum 21 Mar 2002 As part of big fix of bug #2192616
839: Removed the exception handling part of the
840: function crsp_val_uv_cp_ovrd.This was done in order
841: to allow the user defined exception NO_AUSL_RECORD_FOUND

Line 842: coming from IGS_EN_GEN_007.ENRP_GET_SUA_INCUR which in turn gets it

838: jbegum 21 Mar 2002 As part of big fix of bug #2192616
839: Removed the exception handling part of the
840: function crsp_val_uv_cp_ovrd.This was done in order
841: to allow the user defined exception NO_AUSL_RECORD_FOUND
842: coming from IGS_EN_GEN_007.ENRP_GET_SUA_INCUR which in turn gets it
843: from IGS_EN_PRC_LOAD.ENRP_GET_LOAD_INCUR and
844: to propagate to the form IGSPS047 and be handled accordingly
845: instead of coming as an unhandled exception.
846: */

Line 871: IGS_EN_GEN_007.ENRP_GET_SUA_INCUR (

867: WHERE sua.unit_cd = p_unit_cd AND
868: sua.version_number = p_version_number AND
869: (sua.unit_attempt_status IN (cst_enrolled,cst_completed) OR
870: (sua.unit_attempt_status = cst_discontin AND
871: IGS_EN_GEN_007.ENRP_GET_SUA_INCUR (
872: sua.person_id,
873: sua.course_cd,
874: sua.unit_cd,
875: sua.version_number,

Line 891: IGS_EN_GEN_007.ENRP_GET_SUA_INCUR (

887: WHERE sua.unit_cd = p_unit_cd AND
888: sua.version_number = p_version_number AND
889: (sua.unit_attempt_status IN (cst_enrolled,cst_completed) OR
890: (sua.unit_attempt_status = cst_discontin AND
891: IGS_EN_GEN_007.ENRP_GET_SUA_INCUR (
892: sua.person_id,
893: sua.course_cd,
894: sua.unit_cd,
895: sua.version_number,