DBA Data[Home] [Help]

APPS.GR_LABELS_B_PKG dependencies on GR_SAFETY_CATEGORIES_B

Line 1038: FROM gr_safety_categories_b sc

1034:
1035: CURSOR c_get_safety_category
1036: IS
1037: SELECT sc.safety_category_code
1038: FROM gr_safety_categories_b sc
1039: WHERE sc.safety_category_code = p_safety_category_code;
1040: SafetyCatRcd c_get_safety_category%ROWTYPE;
1041:
1042: /* Label Class Codes */