DBA Data[Home] [Help]

APPS.GR_EIN_SAFETY_PKG dependencies on GR_SAFETY_PHRASES_B

Line 603: FROM gr_safety_phrases_b

599: /* Cursors */
600: CURSOR c_get_safety
601: IS
602: SELECT safety_phrase_code
603: FROM gr_safety_phrases_b
604: WHERE safety_phrase_code = p_safety_phrase_code;
605: SafetyClassRecord c_get_safety%ROWTYPE;
606:
607: BEGIN