DBA Data[Home] [Help]

APPS.IGS_PS_GRP_PKG dependencies on IGS_PS_VAL_CRV

Line 100: IF IGS_PS_VAL_CRV.crsp_val_ou_sys_sts (

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
104: Fnd_Message.Set_Name('IGS',v_message_name);