DBA Data[Home] [Help]

APPS.IGS_PS_GRP_PKG dependencies on IGS_PS_VAL_CGR

Line 84: IF IGS_PS_VAL_CGR.crsp_val_cgr_type (

80: BEGIN
81: -- Validate IGS_PS_COURSE group type.
82: IF p_inserting OR
83: (p_updating AND (old_references.course_group_type <> new_references.course_group_type)) THEN
84: IF IGS_PS_VAL_CGR.crsp_val_cgr_type (
85: new_references.course_group_type,
86: v_message_name) = FALSE THEN
87: Fnd_Message.Set_Name('IGS',v_message_name);
88: IGS_GE_MSG_STACK.ADD;

Line 99: -- As part of the bug# 1956374 changed to the below call from IGS_PS_VAL_CGR.crsp_val_ou_sys_sts

95: ((NVL(old_references.responsible_org_unit_cd, 'NULL') <>
96: NVL(new_references.responsible_org_unit_cd, 'NULL')) OR
97: (NVL(SUBSTR(old_references.responsible_ou_start_dt,1,10),'1900/01/01') <>
98: NVL(SUBSTR(new_references.responsible_ou_start_dt,1,10),'1900/01/01')))) THEN
99: -- As part of the bug# 1956374 changed to the below call from IGS_PS_VAL_CGR.crsp_val_ou_sys_sts
100: IF IGS_PS_VAL_CRV.crsp_val_ou_sys_sts (
101: new_references.responsible_org_unit_cd,
102: new_references.responsible_ou_start_dt,
103: v_message_name) = FALSE THEN