DBA Data[Home] [Help]

APPS.GR_EXPOSURE_TYPES_TL_PKG dependencies on GR_EXPOSURE_TYPES_B

Line 382: from GR_EXPOSURE_TYPES_B B

378:
379: delete from GR_EXPOSURE_TYPES_TL T
380: where not exists
381: (select NULL
382: from GR_EXPOSURE_TYPES_B B
383: where B.EXPOSURE_TYPE_CODE = T.EXPOSURE_TYPE_CODE
384: );
385:
386: /* Redefault translations from the source language */

Line 1134: from GR_EXPOSURE_TYPES_B B

1130: begin
1131: delete from GR_EXPOSURE_TYPES_TL T
1132: where not exists
1133: (select NULL
1134: from GR_EXPOSURE_TYPES_B B
1135: where B.EXPOSURE_TYPE_CODE = T.EXPOSURE_TYPE_CODE
1136: );
1137:
1138: update GR_EXPOSURE_TYPES_TL T set (