DBA Data[Home] [Help]

APPS.PO_UDA_DATA_UTIL dependencies on FND_APPLICATION

Line 1512: from fnd_application

1508: --
1509:
1510: select application_id
1511: into l_app_id
1512: from fnd_application
1513: where application_short_name = 'PO' ;
1514:
1515: -- Removing the edition_name join.
1516: -- Edition may not be same in fnd_tables and fnd_columns.