DBA Data[Home] [Help]

APPS.JTF_UM_WF_APPROVAL dependencies on JTF_UM_USERTYPES_VL

Line 35: from jtf_um_usertypes_vl

31: requestName varchar2 (1000);
32:
33: cursor getUsertypeName(x_usertype_id in number) is
34: select USERTYPE_SHORTNAME
35: from jtf_um_usertypes_vl
36: where usertype_id = x_usertype_id;
37:
38: cursor getSubscriptionName(x_subscription_id in number) is
39: select SUBSCRIPTION_NAME