[Home] [Help]
112: -- ~ Package Body Cursor variables:
113: -- =============================================================================
114:
115: Cursor C_Sel_one is
116: Select ota_activity_definitions.CATEGORY_USAGE_ID
117: from ota_activity_definitions
118: where activity_id = p_activity_id;
119:
120: -- =============================================================================
113: -- =============================================================================
114:
115: Cursor C_Sel_one is
116: Select ota_activity_definitions.CATEGORY_USAGE_ID
117: from ota_activity_definitions
118: where activity_id = p_activity_id;
119:
120: -- =============================================================================
121: -- Default_Record_Values: