DBA Data[Home] [Help]

APPS.OE_ORDER_IMPORT_MAIN_PVT dependencies on FND_REQUEST

Line 541: 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,

537: batch_size := batch_size_all;
538: x_num_instances := 0;
539: -- x_new_request_id := new_request_id;
540: --p_validate_desc_flex added for bug4343612
541: 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,
542: p_validate_only, p_debug_level, 0, NULL, NULL, NULL, p_perf_param,p_rtrim_data,
543: p_process_orders_with_null_org,p_default_org_id,p_validate_desc_flex);
544:
545: IF l_debug_level > 0 THEN