DBA Data[Home] [Help]

APPS.ZX_TEST_API dependencies on FND_APPLICATION

Line 722: from fnd_application

718: -----------------------------------------
719: BEGIN
720: select application_id
721: into x_user_key_id
722: from fnd_application
723: where application_short_name = l_varchar2_id;
724:
725: EXCEPTION
726: WHEN NO_DATA_FOUND THEN