DBA Data[Home] [Help]

APPS.GR_ITEM_TOXIC_PKG dependencies on GR_TOXIC_EFFECT_B_PKG

Line 1220: GR_TOXIC_EFFECT_B_PKG.Check_Primary_Key

1216:
1217: /* Check the toxic effects code if not null */
1218:
1219: IF p_toxic_effect_code IS NOT NULL THEN
1220: GR_TOXIC_EFFECT_B_PKG.Check_Primary_Key
1221: (p_toxic_effect_code,
1222: 'F',
1223: l_rowid,
1224: l_key_exists);