DBA Data[Home] [Help]

APPS.IGS_AD_HZ_EMP_DTL_PKG dependencies on HZ_EMPLOYMENT_HISTORY

Line 84: FROM hz_employment_history

80:
81: PROCEDURE check_parent_existance AS
82: CURSOR cur_rowid IS
83: SELECT rowid
84: FROM hz_employment_history
85: WHERE employment_history_id = new_references.employment_history_id ;
86: lv_rowid cur_rowid%RowType;
87: /*
88: || Created By : [email protected]

Line 148: PROCEDURE get_fk_hz_employment_history (

144: END IF;
145:
146: END get_pk_for_validation;
147:
148: PROCEDURE get_fk_hz_employment_history (
149: x_employment_history_id IN NUMBER
150: ) AS
151: /*
152: || Created By : [email protected]

Line 180: END get_fk_hz_employment_history;

176: RETURN;
177: END IF;
178: CLOSE cur_rowid;
179:
180: END get_fk_hz_employment_history;
181:
182: PROCEDURE before_dml (
183: p_action IN VARCHAR2,
184: x_rowid IN VARCHAR2 DEFAULT NULL,