DBA Data[Home] [Help]

APPS.CN_IMP_MAPS_PVT dependencies on CN_IMP_MAP_FIELDS_PKG

Line 60: l_imp_map_field CN_IMP_MAP_FIELDS_PKG.imp_map_fields_rec_type;

56:
57: l_imp_map imp_maps_rec_type;
58: l_temp NUMBER;
59: l_target_fields v_tbl_type;
60: l_imp_map_field CN_IMP_MAP_FIELDS_PKG.imp_map_fields_rec_type;
61: l_nullable cn_objects.nullable%TYPE := 'N';
62: l_obj_type cn_objects.object_type%TYPE := 'COL';
63:
64: BEGIN

Line 177: cn_imp_map_fields_pkg.insert_row

173:
174: l_imp_map_field.source_user_column := p_source_fields(i).text;
175:
176: -- insert into cn_imp_map_fields
177: cn_imp_map_fields_pkg.insert_row
178: (p_imp_map_fields_rec => l_imp_map_field);
179:
180: END LOOP;
181: -- ----------------------