DBA Data[Home] [Help]

APPS.CSF_GPS_PUB dependencies on JTF_NUMBER_TABLE

Line 254: , p_device_id_tbl IN jtf_number_table

250: , x_return_status OUT NOCOPY VARCHAR2
251: , x_msg_data OUT NOCOPY VARCHAR2
252: , x_msg_count OUT NOCOPY NUMBER
253: , p_count IN NUMBER
254: , p_device_id_tbl IN jtf_number_table
255: , p_feed_time_tbl IN jtf_date_table
256: , p_status_tbl IN jtf_varchar2_table_100
257: , p_lat_tbl IN jtf_number_table
258: , p_lng_tbl IN jtf_number_table

Line 257: , p_lat_tbl IN jtf_number_table

253: , p_count IN NUMBER
254: , p_device_id_tbl IN jtf_number_table
255: , p_feed_time_tbl IN jtf_date_table
256: , p_status_tbl IN jtf_varchar2_table_100
257: , p_lat_tbl IN jtf_number_table
258: , p_lng_tbl IN jtf_number_table
259: , p_speed_tbl IN jtf_number_table
260: , p_dir_tbl IN jtf_varchar2_table_100
261: , p_parked_time_tbl IN jtf_number_table

Line 258: , p_lng_tbl IN jtf_number_table

254: , p_device_id_tbl IN jtf_number_table
255: , p_feed_time_tbl IN jtf_date_table
256: , p_status_tbl IN jtf_varchar2_table_100
257: , p_lat_tbl IN jtf_number_table
258: , p_lng_tbl IN jtf_number_table
259: , p_speed_tbl IN jtf_number_table
260: , p_dir_tbl IN jtf_varchar2_table_100
261: , p_parked_time_tbl IN jtf_number_table
262: , p_address_tbl IN jtf_varchar2_table_300

Line 259: , p_speed_tbl IN jtf_number_table

255: , p_feed_time_tbl IN jtf_date_table
256: , p_status_tbl IN jtf_varchar2_table_100
257: , p_lat_tbl IN jtf_number_table
258: , p_lng_tbl IN jtf_number_table
259: , p_speed_tbl IN jtf_number_table
260: , p_dir_tbl IN jtf_varchar2_table_100
261: , p_parked_time_tbl IN jtf_number_table
262: , p_address_tbl IN jtf_varchar2_table_300
263: ) IS

Line 261: , p_parked_time_tbl IN jtf_number_table

257: , p_lat_tbl IN jtf_number_table
258: , p_lng_tbl IN jtf_number_table
259: , p_speed_tbl IN jtf_number_table
260: , p_dir_tbl IN jtf_varchar2_table_100
261: , p_parked_time_tbl IN jtf_number_table
262: , p_address_tbl IN jtf_varchar2_table_300
263: ) IS
264: l_api_name CONSTANT VARCHAR2(30) := 'SAVE_LOCATION_FEEDS';
265: BEGIN