DBA Data[Home] [Help]

APPS.GR_PHRASES_TL_PKG dependencies on GR_PHRASES_B

Line 754: from GR_PHRASES_B B

750:
751: delete from GR_PHRASES_TL T
752: where not exists
753: (select NULL
754: from GR_PHRASES_B B
755: where B.PHRASE_CODE = T.PHRASE_CODE
756: );
757:
758: /* Redefault translations from the source language */

Line 1943: from GR_PHRASES_B B

1939: begin
1940: delete from GR_PHRASES_TL T
1941: where not exists
1942: (select NULL
1943: from GR_PHRASES_B B
1944: where B.PHRASE_CODE = T.PHRASE_CODE
1945: );
1946:
1947: update GR_PHRASES_TL T set (