DBA Data[Home] [Help]

APPS.IGS_OR_UNIT_LOC_PKG dependencies on IGS_PS_VAL_UOO

Line 67: IF IGS_PS_VAL_UOO.crsp_val_loc_cd (

63: v_message_name VARCHAR2(30);
64: BEGIN
65: IF p_inserting THEN
66: -- As part of the bug# 1956374 changed to the below call from IGS_OR_VAL_OUL.crsp_val_loc_cd
67: IF IGS_PS_VAL_UOO.crsp_val_loc_cd (
68: new_references.location_cd,
69: v_message_name) = FALSE THEN
70: Fnd_Message.Set_Name('IGS',v_message_name);
71: IGS_GE_MSG_STACK.ADD;