DBA Data[Home] [Help]

APPS.GR_ITEM_SAFETY_PHRASES_PKG dependencies on GR_ITEM_GENERAL_PKG

Line 705: GR_ITEM_GENERAL_PKG.Check_Primary_Key

701: l_msg_token := p_item_code || ' ' || p_safety_phrase_code;
702:
703: /* Item General */
704:
705: GR_ITEM_GENERAL_PKG.Check_Primary_Key
706: (p_item_code,
707: 'F',
708: l_rowid,
709: l_key_exists);