DBA Data[Home] [Help]

APPS.IGS_PS_USEC_REF_CD_PKG dependencies on IGS_PS_VAL_ATL

Line 434: IF igs_ps_val_atl.chk_mandatory_ref_cd(lv_reference_code_type.reference_code_type) THEN

430: -- Call all the procedures related to Before Delete.
431: NULL;
432: OPEN cur_ps_usec_ref_cd_v;
433: FETCH cur_ps_usec_ref_cd_v INTO lv_reference_code_type;
434: IF igs_ps_val_atl.chk_mandatory_ref_cd(lv_reference_code_type.reference_code_type) THEN
435: fnd_message.set_name ('IGS', 'IGS_PS_REF_CD_MANDATORY');
436: igs_ge_msg_stack.add;
437: app_exception.raise_exception;
438: END IF;