DBA Data[Home] [Help]

APPS.GME_VALIDATE_FLEX_FLD_PVT dependencies on FND_APPLICATION

Line 92: FROM fnd_application

88: --siva Bug#4395561 End
89: CURSOR cur_get_appl_id
90: IS
91: SELECT application_id
92: FROM fnd_application
93: WHERE application_short_name = 'GME';
94: END gme_validate_flex_fld_pvt;