DBA Data[Home] [Help]

APPS.GR_GENERIC_ML_NAME_TL_PKG dependencies on GR_GENERIC_ITEMS_B

Line 685: from GR_GENERIC_ITEMS_B B

681:
682: delete from GR_GENERIC_ML_NAME_TL T
683: where not exists
684: (select NULL
685: from GR_GENERIC_ITEMS_B B
686: where B.ITEM_CODE = T.ITEM_CODE
687: and B.ITEM_NO = T.ITEM_NO
688: );
689:

Line 1753: GR_GENERIC_ITEMS_B as the base table and fully defining the primary

1749: generated incorrectly. I regenerated it.
1750:
1751: */
1752: /* Melanie Grosser 23-Dec-2003 BUG 3307401 - Regenerated procedure NEW_LANGUAGE using
1753: GR_GENERIC_ITEMS_B as the base table and fully defining the primary
1754: key.
1755: */
1756: procedure NEW_LANGUAGE
1757: is

Line 1762: from GR_GENERIC_ITEMS_B B

1758: begin
1759: delete from GR_GENERIC_ML_NAME_TL T
1760: where not exists
1761: (select NULL
1762: from GR_GENERIC_ITEMS_B B
1763: where B.ITEM_CODE = T.ITEM_CODE
1764: and B.ITEM_NO = T.ITEM_NO
1765: );
1766: