DBA Data[Home] [Help]

APPS.GR_GENERIC_ITEMS_B_PKG dependencies on GR_ITEM_GENERAL_PKG

Line 154: GR_ITEM_GENERAL_PKG.Check_Primary_Key

150: another master item.
151: */
152:
153: /* Check that the item is not a Regulatory item */
154: GR_ITEM_GENERAL_PKG.Check_Primary_Key
155: ( p_item_no,
156: 'F',
157: l_rowid,
158: l_key_exists);

Line 1112: GR_ITEM_GENERAL_PKG.Check_Primary_Key

1108:
1109: /* Check the item code */
1110:
1111: l_item_code := p_item_code;
1112: GR_ITEM_GENERAL_PKG.Check_Primary_Key
1113: (l_item_code,
1114: 'F',
1115: l_rowid,
1116: l_key_exists);