DBA Data[Home] [Help]

APPS.CSF_REQUESTS_PVT dependencies on JTF_NUMBER_TABLE

Line 117: , p_resource_id_tbl IN jtf_number_table

113: , x_msg_data OUT NOCOPY VARCHAR2
114: , p_request_task_id IN NUMBER
115: , p_scheduled_start_date_tbl IN jtf_date_table
116: , p_scheduled_end_date_tbl IN jtf_date_table
117: , p_resource_id_tbl IN jtf_number_table
118: , p_resource_type_tbl IN jtf_varchar2_table_100
119: , p_cost_tbl IN jtf_number_table
120: , p_terr_id_tbl IN jtf_number_table
121: , p_win_to_promis_id_tbl IN jtf_number_table

Line 119: , p_cost_tbl IN jtf_number_table

115: , p_scheduled_start_date_tbl IN jtf_date_table
116: , p_scheduled_end_date_tbl IN jtf_date_table
117: , p_resource_id_tbl IN jtf_number_table
118: , p_resource_type_tbl IN jtf_varchar2_table_100
119: , p_cost_tbl IN jtf_number_table
120: , p_terr_id_tbl IN jtf_number_table
121: , p_win_to_promis_id_tbl IN jtf_number_table
122: , p_spares_cost_tbl IN jtf_number_table
123: , p_spares_date_tbl IN jtf_date_table

Line 120: , p_terr_id_tbl IN jtf_number_table

116: , p_scheduled_end_date_tbl IN jtf_date_table
117: , p_resource_id_tbl IN jtf_number_table
118: , p_resource_type_tbl IN jtf_varchar2_table_100
119: , p_cost_tbl IN jtf_number_table
120: , p_terr_id_tbl IN jtf_number_table
121: , p_win_to_promis_id_tbl IN jtf_number_table
122: , p_spares_cost_tbl IN jtf_number_table
123: , p_spares_date_tbl IN jtf_date_table
124: , p_spares_warehouseInfo_tbl IN jtf_varchar2_table_4000 DEFAULT NULL

Line 121: , p_win_to_promis_id_tbl IN jtf_number_table

117: , p_resource_id_tbl IN jtf_number_table
118: , p_resource_type_tbl IN jtf_varchar2_table_100
119: , p_cost_tbl IN jtf_number_table
120: , p_terr_id_tbl IN jtf_number_table
121: , p_win_to_promis_id_tbl IN jtf_number_table
122: , p_spares_cost_tbl IN jtf_number_table
123: , p_spares_date_tbl IN jtf_date_table
124: , p_spares_warehouseInfo_tbl IN jtf_varchar2_table_4000 DEFAULT NULL
125: , p_spares_shippingMethod_tbl IN jtf_varchar2_table_4000 DEFAULT NULL

Line 122: , p_spares_cost_tbl IN jtf_number_table

118: , p_resource_type_tbl IN jtf_varchar2_table_100
119: , p_cost_tbl IN jtf_number_table
120: , p_terr_id_tbl IN jtf_number_table
121: , p_win_to_promis_id_tbl IN jtf_number_table
122: , p_spares_cost_tbl IN jtf_number_table
123: , p_spares_date_tbl IN jtf_date_table
124: , p_spares_warehouseInfo_tbl IN jtf_varchar2_table_4000 DEFAULT NULL
125: , p_spares_shippingMethod_tbl IN jtf_varchar2_table_4000 DEFAULT NULL
126: , p_spares_shippingDistance_tbl IN jtf_varchar2_table_4000 DEFAULT NULL

Line 128: , x_plan_option_id_tbl OUT NOCOPY jtf_number_table

124: , p_spares_warehouseInfo_tbl IN jtf_varchar2_table_4000 DEFAULT NULL
125: , p_spares_shippingMethod_tbl IN jtf_varchar2_table_4000 DEFAULT NULL
126: , p_spares_shippingDistance_tbl IN jtf_varchar2_table_4000 DEFAULT NULL
127: , p_shift_type_tbl IN jtf_varchar2_table_100
128: , x_plan_option_id_tbl OUT NOCOPY jtf_number_table
129: );
130:
131: PROCEDURE create_multi_trips_request(
132: p_api_version IN NUMBER