DBA Data[Home] [Help]

APPS.HR_API_WF_EVENTS dependencies on FND_APPLICATION_VL

Line 399: from fnd_application_vl

395: where name=p_event_name;
396: --
397: cursor appl_name(p_application_short_name varchar2) is
398: select application_name
399: from fnd_application_vl
400: where application_short_name=p_application_short_name;
401: --
402: -- Declare local variables
403: --