DBA Data[Home] [Help]

APPS.GR_LABELS_B_PKG dependencies on GR_SAFETY_CATEGORIES_B

Line 1045: FROM gr_safety_categories_b sc

1041:
1042: CURSOR c_get_safety_category
1043: IS
1044: SELECT sc.safety_category_code
1045: FROM gr_safety_categories_b sc
1046: WHERE sc.safety_category_code = p_safety_category_code;
1047: SafetyCatRcd c_get_safety_category%ROWTYPE;
1048:
1049: /* Label Class Codes */