DBA Data[Home] [Help]

APPS.IGF_AW_GEN_004 dependencies on IGS_CO_MAPPING_V

Line 1314: FROM igs_co_mapping_v

1310: ***************************************************************/
1311:
1312: CURSOR c_map IS
1313: SELECT document_id,name
1314: FROM igs_co_mapping_v
1315: WHERE map_id=p_list_id;
1316:
1317: CURSOR c_att_id(cp_itm_id ibc_citems_v.citem_id%TYPE) IS
1318: SELECT attach_fid

Line 1348: l_list_name igs_co_mapping_v.name%TYPE;

1344: l_query_str VARCHAR2(32767);
1345: l_person_id NUMBER;
1346: l_count NUMBER DEFAULT 0;
1347: l_list_numb igs_co_mapping.document_id%TYPE;
1348: l_list_name igs_co_mapping_v.name%TYPE;
1349: l_attach_fid ibc_citems_v.attach_fid%TYPE;
1350: l_query_text VARCHAR2(32767);
1351: lv_sql_code NUMBER;
1352: lv_group_type igs_pe_persid_group_v.group_type%TYPE;