DBA Data[Home] [Help]

APPS.NTN dependencies on FND_APPLICATION

Line 73: from fnd_application

69:
70: x_progress:='010';
71: select application_short_name
72: into x_app_short_name
73: from fnd_application
74: where application_id = p_application_id;
75:
76: dbms_output.put_line('Application short name found');
77: