DBA Data[Home] [Help]

APPS.HXC_APPROVAL_WF_HELPER dependencies on WF_RESOURCES

Line 33: from wf_resources

29:
30: CURSOR c_get_admin
31: is
32: select text
33: from wf_resources
34: where name = 'WF_ADMIN_ROLE';
35:
36: BEGIN
37:

Line 96: from wf_resources

92:
93: CURSOR c_get_admin
94: is
95: select text
96: from wf_resources
97: where name = 'WF_ADMIN_ROLE';
98:
99: BEGIN
100: