DBA Data[Home] [Help]

APPS.GMD_CONC_REPLACE_PKG dependencies on GMD_STATUS_PUB

Line 558: GMD_STATUS_PUB.modify_status

554: -- If so then call the Change status API
555: IF get_object_rec.replace_type = 'STATUS' THEN
556:
557: -- Call the change status API
558: GMD_STATUS_PUB.modify_status
559: ( p_entity_name => get_object_rec.object_type
560: , p_entity_id => get_object_rec.object_id
561: , p_to_status => get_object_rec.new_name
562: , p_ignore_flag => TRUE