DBA Data[Home] [Help]

APPS.IGS_PE_OFFICE_HRS_PKG dependencies on HZ_CONTACT_PREFERENCES

Line 209: FROM hz_contact_preferences

205: PROCEDURE Check_Parent_Existance AS
206:
207: CURSOR check_cont_pref_cur IS
208: SELECT 'X'
209: FROM hz_contact_preferences
210: WHERE contact_preference_id = new_references.contact_preference_id;
211:
212: l_var VARCHAR2(1);
213: