DBA Data[Home] [Help]

APPS.ALR_DBTRIGGER dependencies on FND_APPLICATION

Line 170: from fnd_application

166: begin
167:
168: select application_short_name
169: into alr_dbtrigger.TARGET_APPL_SHORT_NAME
170: from fnd_application
171: where application_id = APPL_ID;
172:
173: alr_dbtrigger.TARGET_APPL_ID := APPL_ID;
174: