DBA Data[Home] [Help]

APPS.GR_SAFETY_COMBINATIONS_PKG dependencies on GR_SAFETY_PHRASES_B_PKG

Line 649: GR_SAFETY_PHRASES_B_PKG.Check_Primary_Key

645:
646: /* Check the main safety phrase code first. */
647:
648: l_safety_phrase := p_safety_phrase_code;
649: GR_SAFETY_PHRASES_B_PKG.Check_Primary_Key
650: (l_safety_phrase,
651: 'F',
652: l_rowid,
653: l_key_exists);

Line 668: GR_SAFETY_PHRASES_B_PKG.Check_Primary_Key

664:
665: /* Now check the combination phrase */
666:
667: l_safety_phrase := p_safety_phrase_code_combo;
668: GR_SAFETY_PHRASES_B_PKG.Check_Primary_Key
669: (l_safety_phrase,
670: 'F',
671: l_rowid,
672: l_key_exists);