DBA Data[Home] [Help]

APPS.IGS_GE_SEC_CONFIG_PKG dependencies on IGS_GE_CFG_FORM

Line 20: FROM igs_ge_cfg_form

16: */
17: lv_rowid ROWID;
18: CURSOR c_form_exists IS
19: SELECT rowid
20: FROM igs_ge_cfg_form
21: WHERE responsibility_id = p_responsibility_id
22: AND form_code = p_form_name
23: AND NVL(query_only_ind,'N') = 'Y';
24: