DBA Data[Home] [Help]

APPS.HR_API_WF_EVENTS dependencies on FND_APPLICATION_VL

Line 401: from fnd_application_vl

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