DBA Data[Home] [Help]

APPS.GR_PROPERTY_VALUES_TL_PKG dependencies on GR_PROPERTIES_B

Line 417: from GR_PROPERTIES_B B

413:
414: delete from GR_PROPERTY_VALUES_TL T
415: where not exists
416: (select NULL
417: from GR_PROPERTIES_B B
418: where B.PROPERTY_ID = T.PROPERTY_ID
419: );
420:
421: /* Redefault translations from the source language */