DBA Data[Home] [Help]

APPS.GR_OTHER_NAMES_TL_PKG dependencies on GR_ITEM_GENERAL_PKG

Line 987: GR_ITEM_GENERAL_PKG.Check_Primary_Key

983: l_msg_token := p_item_code || ' ' || p_orgn_code || ' ' || p_language;
984:
985: /* Check the item code */
986:
987: GR_ITEM_GENERAL_PKG.Check_Primary_Key
988: (p_item_code,
989: 'F',
990: l_rowid,
991: l_key_exists);