DBA Data[Home] [Help]

APPS.GL_CHART_OF_ACCOUNTS_API_PKG dependencies on FND_APPLICATION

Line 2188: FROM FND_APPLICATION

2184:
2185: -- Retrieve the application short name.
2186: CURSOR c_application_short_name IS
2187: SELECT application_short_name
2188: FROM FND_APPLICATION
2189: WHERE application_id = v_application_id;
2190:
2191: -- Retrieve the flexfield structure information required.
2192: CURSOR c_id_flex_structure IS