DBA Data[Home] [Help]

APPS.IGS_AV_STND_UNIT_PKG dependencies on IGS_CO_VAL_OC

Line 331: IF igs_co_val_oc.genp_val_prsn_id (

327: -- Ignore the validation during Program Transfer
328: IF (p_adv_stnd_trans = 'N') THEN
329: IF p_inserting OR
330: (p_updating AND (new_references.authorising_person_id <> old_references.authorising_person_id)) THEN
331: IF igs_co_val_oc.genp_val_prsn_id (
332: new_references.authorising_person_id,
333: v_message_name) = FALSE THEN
334: Fnd_Message.Set_Name('IGS', v_message_name);
335: Igs_Ge_Msg_Stack.Add;