Browsing articles tagged with "rota - orasistem | Oracle E-Business Suite Paylaşım Platformu"
May
22
2014

Rota Oluşturmak İçin Procedure – Create Routing API

Merhaba, Rota oluşturabilmek için aşağıdaki procedure ü kullanabilirsiniz.   ———————– CREATE OR REPLACE PROCEDURE xxinn_process_rtg AS — API input variables l_operation_tbl bom_rtg_pub.operation_tbl_type := bom_rtg_pub.g_miss_operation_tbl; l_rtg_header_rec bom_rtg_pub.rtg_header_rec_type := bom_rtg_pub.g_miss_rtg_header_rec; l_rtg_revision_tbl bom_rtg_pub.rtg_revision_tbl_type := bom_rtg_pub.g_miss_rtg_revision_tbl; l_op_resource_tbl bom_rtg_pub.op_resource_tbl_type := bom_rtg_pub.g_miss_op_resource_tbl; l_sub_resource_tbl bom_rtg_pub.sub_resource_tbl_type := bom_rtg_pub.g_miss_sub_resource_tbl; l_op_network_tbl bom_rtg_pub.op_network_tbl_type := bom_rtg_pub.g_miss_op_network_tbl; — API output variables x_rtg_header_rec bom_rtg_pub.rtg_header_rec_type; — routing header record x_rtg_revision_tbl […]