DBA Data[Home] [Help]

APPS.ECE_FLATFILE_PVT dependencies on ECE_MAPPINGS

Line 133: FROM ece_mappings

129: end if;
130:
131: IF cMapCode IS NULL THEN
132: SELECT map_id INTO iMap_ID
133: FROM ece_mappings
134: WHERE map_code = 'EC_' || cTransaction_type || '_FF';
135: ELSE
136: SELECT map_id INTO iMap_ID
137: FROM ece_mappings

Line 137: FROM ece_mappings

133: FROM ece_mappings
134: WHERE map_code = 'EC_' || cTransaction_type || '_FF';
135: ELSE
136: SELECT map_id INTO iMap_ID
137: FROM ece_mappings
138: WHERE map_code = cMapCode;
139: END IF;
140: if EC_DEBUG.G_debug_level = 3 then
141: ec_debug.pl(3,'iMap_ID',iMap_ID);

Line 806: FROM ece_mappings

802: ec_debug.push('ECE_FLATFILE_PVT.INIT_TABLE');
803: end if;
804: IF cMapCode IS NULL THEN
805: SELECT map_id INTO iMap_ID
806: FROM ece_mappings
807: WHERE map_code = 'EC_' || cTransaction_type || '_FF';
808: ELSE
809: SELECT map_id INTO iMap_ID
810: FROM ece_mappings

Line 810: FROM ece_mappings

806: FROM ece_mappings
807: WHERE map_code = 'EC_' || cTransaction_type || '_FF';
808: ELSE
809: SELECT map_id INTO iMap_ID
810: FROM ece_mappings
811: WHERE map_code = cMapCode;
812: END IF;
813: if EC_DEBUG.G_debug_level >= 3 then
814: ec_debug.pl(3,'iMap_ID',iMap_ID);