DBA Data[Home] [Help]

APPS.FTE_BULK_DTT_PKG dependencies on FTE_BULKLOAD_PKG

Line 10: -- in FTE_BULKLOAD_PKG.GET_DIRNAME and create location/mileage --

6: -- --
7: -- TYPE: PACKAGE BODY --
8: -- --
9: -- DESCRIPTION: Read a file containing DTT data from the directory specified --
10: -- in FTE_BULKLOAD_PKG.GET_DIRNAME and create location/mileage --
11: -- records in FTE_LOCATION_MILEAGES table --
12: -- --
13: -- PROCEDURE BULK_LOAD_DTT called from BulkLoadDataCO.java to --
14: -- start the loading process. submits a request to a concurrent --

Line 167: WSH_DEBUG_SV.logmsg(l_module_name,'Calling FTE_BULKLOAD_PKG.GET_UPLOAD_DIR to get the file directory');

163:
164:
165:
166: IF l_debug_on THEN
167: WSH_DEBUG_SV.logmsg(l_module_name,'Calling FTE_BULKLOAD_PKG.GET_UPLOAD_DIR to get the file directory');
168: END IF;
169:
170:
171: x_src_filedir := FTE_BULKLOAD_PKG.GET_UPLOAD_DIR;

Line 171: x_src_filedir := FTE_BULKLOAD_PKG.GET_UPLOAD_DIR;

167: WSH_DEBUG_SV.logmsg(l_module_name,'Calling FTE_BULKLOAD_PKG.GET_UPLOAD_DIR to get the file directory');
168: END IF;
169:
170:
171: x_src_filedir := FTE_BULKLOAD_PKG.GET_UPLOAD_DIR;
172:
173:
174: IF l_debug_on THEN
175: WSH_DEBUG_SV.log(l_module_name,'x_src_filedir = ',x_src_filedir);