DBA Data[Home] [Help]

APPS.OE_ORDER_IMPORT_MAIN_PVT dependencies on FND_REQUEST

Line 540: new_request_id := FND_REQUEST.SUBMIT_REQUEST('ONT', 'OEOIMP', 'Order Import Child Req' || to_char(l_req_data_counter), NULL, TRUE, p_operating_unit,l_order_source, NULL, NULL,

536: batch_size := batch_size_all;
537: x_num_instances := 0;
538: -- x_new_request_id := new_request_id;
539: --p_validate_desc_flex added for bug4343612
540: new_request_id := FND_REQUEST.SUBMIT_REQUEST('ONT', 'OEOIMP', 'Order Import Child Req' || to_char(l_req_data_counter), NULL, TRUE, p_operating_unit,l_order_source, NULL, NULL,
541: p_validate_only, p_debug_level, 0, NULL, NULL, NULL, p_perf_param,p_rtrim_data,
542: p_process_orders_with_null_org,p_default_org_id,p_validate_desc_flex);
543:
544: IF l_debug_level > 0 THEN