DBA Data[Home] [Help]

APPS.IGS_AD_HZ_ACAD_HIST_PKG dependencies on HZ_EDUCATION

Line 196: FROM hz_education

192: END Check_Constraints;
193: PROCEDURE check_parent_existance AS
194: CURSOR cur_rowid IS
195: SELECT rowid
196: FROM hz_education
197: WHERE education_id = new_references.education_id ;
198: lv_rowid cur_rowid%RowType;
199: /*
200: || Created By : [email protected]

Line 265: PROCEDURE get_fk_hz_education (

261: END IF;
262:
263: END get_pk_for_validation;
264:
265: PROCEDURE get_fk_hz_education (
266: x_education_id IN NUMBER
267: ) AS
268: /*
269: || Created By : [email protected]

Line 297: END get_fk_hz_education;

293: RETURN;
294: END IF;
295: CLOSE cur_rowid;
296:
297: END get_fk_hz_education;
298:
299:
300: PROCEDURE before_dml (
301: p_action IN VARCHAR2,