DBA Data[Home] [Help]

APPS.IGS_AV_STND_UNIT_LVL_PKG dependencies on IGS_CO_VAL_OC

Line 314: IF igs_co_val_oc.genp_val_prsn_id (

310: -- Ignore the validation during Program Transfer
311: IF (p_adv_stnd_trans = 'N') THEN
312: IF p_inserting OR
313: (p_updating AND (new_references.authorising_person_id <> old_references.authorising_person_id)) THEN
314: IF igs_co_val_oc.genp_val_prsn_id (
315: new_references.authorising_person_id,
316: v_message_name) = FALSE THEN
317: Fnd_Message.Set_Name('IGS', v_message_name);
318: Igs_Ge_Msg_Stack.Add;