DBA Data[Home] [Help]

APPS.GMD_ROUTINGS_PUB dependencies on GMD_COMMON_VAL

Line 774: IF NOT GMD_COMMON_VAL.UPDATE_ALLOWED

770:
771:
772: /* Validation : Routing status is not On Hold nor Obsolete/Archived
773: and Routing is not logically deleted */
774: IF NOT GMD_COMMON_VAL.UPDATE_ALLOWED
775: (Entity => 'ROUTING',
776: Entity_id => l_routing_id,
777: Update_Column_Name => p_update_table(a).p_col_to_update ) THEN
778: FND_MESSAGE.SET_NAME('GMD', 'GMD_ROUT_NOT_VALID');