DBA Data[Home] [Help]

APPS.GMD_CONC_REPLACE_PKG dependencies on GMD_STATUS_PUB

Line 711: GMD_STATUS_PUB.modify_status

707: -- If so then call the Change status API
708: IF get_object_rec.replace_type = 'STATUS' THEN
709:
710: -- Call the change status API
711: GMD_STATUS_PUB.modify_status
712: ( p_entity_name => get_object_rec.object_type
713: , p_entity_id => get_object_rec.object_id
714: , p_to_status => get_object_rec.new_name
715: , p_ignore_flag => TRUE