DBA Data[Home] [Help]

APPS.GR_ITEM_GENERAL_PKG dependencies on GR_OTHER_NAMES_TL

Line 1332: FROM gr_other_names_tl onm

1328:
1329: CURSOR c_get_other_names
1330: IS
1331: SELECT COUNT(*)
1332: FROM gr_other_names_tl onm
1333: WHERE onm.item_code = p_item_code;
1334:
1335: BEGIN
1336: