DBA Data[Home] [Help]

APPS.GMD_CONC_REPLACE_PKG dependencies on GMD_ROUTINGS_PUB

Line 432: p_rout_update_table GMD_ROUTINGS_PUB.update_tbl_type;

428:
429: --bug 12794489 -- adding a new cursor end
430:
431: -- Define different table types
432: p_rout_update_table GMD_ROUTINGS_PUB.update_tbl_type;
433: p_oprn_update_table GMD_OPERATIONS_PUB.update_tbl_type;
434: p_oprn_activity_table GMD_OPERATION_ACTIVITIES_PUB.update_tbl_type;
435: p_oprn_resources_table GMD_OPERATION_RESOURCES_PUB.update_tbl_type;
436: p_validity_rules_table GMD_VALIDITY_RULES_PVT.update_tbl_type;

Line 1466: GMD_ROUTINGS_PUB.update_routing

1462: ||' : About to call Update Routing API ');
1463: END IF;
1464:
1465: -- Call the routing API
1466: GMD_ROUTINGS_PUB.update_routing
1467: ( p_routing_id => get_object_rec.object_id
1468: , p_update_table => p_rout_update_table
1469: , x_message_count => l_mesg_count
1470: , x_message_list => l_mesg_data