DBA Data[Home] [Help]

APPS.GMD_ROUTINGS_PUB dependencies on GMD_COMMON_VAL

Line 821: IF NOT GMD_COMMON_VAL.UPDATE_ALLOWED

817:
818:
819: /* Validation : Routing status is not On Hold nor Obsolete/Archived
820: and Routing is not logically deleted */
821: IF NOT GMD_COMMON_VAL.UPDATE_ALLOWED
822: (Entity => 'ROUTING',
823: Entity_id => l_routing_id,
824: Update_Column_Name => p_update_table(a).p_col_to_update ) THEN
825: FND_MESSAGE.SET_NAME('GMD', 'GMD_ROUT_NOT_VALID');