DBA Data[Home] [Help]

APPS.GMD_CONC_REPLACE_PKG dependencies on GMD_OPERATIONS_PUB

Line 433: p_oprn_update_table GMD_OPERATIONS_PUB.update_tbl_type;

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;
437:

Line 1616: GMD_OPERATIONS_PUB.update_operation

1612: ' and value = '||p_oprn_update_table(1).P_VALUE);
1613: END IF;
1614:
1615: -- Call the operation API
1616: GMD_OPERATIONS_PUB.update_operation
1617: ( p_oprn_id => get_object_rec.object_id
1618: , p_update_table => p_oprn_update_table
1619: , x_message_count => l_mesg_count
1620: , x_message_list => l_mesg_data