DBA Data[Home] [Help]

APPS.GMD_RECIPE_DESIGNER_PKG dependencies on GMD_ROUTINGS_PVT

Line 4026: GMD_ROUTINGS_PVT.Insert_Routing ( p_routings => l_rtg_hdr_rec

4022: /*Bug 3953359 - Thomas Daniel */
4023: /*Added initializing of the routing status as New */
4024: l_rtg_hdr_rec.routing_status := 100;
4025:
4026: GMD_ROUTINGS_PVT.Insert_Routing ( p_routings => l_rtg_hdr_rec
4027: ,x_message_count => l_message_count
4028: ,x_message_list => l_message_list
4029: ,x_return_status => l_return_code);
4030: IF l_return_code <> 'S' THEN