DBA Data[Home] [Help]

APPS.IGS_AS_EXMVNU_SESAVL_PKG dependencies on IGS_GR_VAL_GC

Line 100: IF igs_gr_val_gc.assp_val_ve_closed (

96: -- Validate that inserts are allowed
97: IF p_inserting THEN
98: --
99: -- Cannot create against closed IGS_GR_VENUE
100: IF igs_gr_val_gc.assp_val_ve_closed (
101: new_references.venue_cd,
102: v_message_name) = FALSE THEN
103: FND_MESSAGE.SET_NAME('IGS',v_message_name);
104: IGS_GE_MSG_STACK.ADD;