DBA Data[Home] [Help]

APPS.IGS_CO_VAL_CC dependencies on IGS_CO_CAT_MAP

Line 17: FROM IGS_CO_CAT_MAP

13: v_check CHAR;
14: v_ret_val BOOLEAN DEFAULT TRUE;
15: CURSOR c_ccm IS
16: SELECT 'x'
17: FROM IGS_CO_CAT_MAP
18: WHERE correspondence_cat = p_correspondence_cat AND
19: dflt_cat_ind = 'Y';
20: BEGIN
21: p_message_name := null;