DBA Data[Home] [Help]

APPS.AZW_UTIL dependencies on WF_MESSAGE_ATTRIBUTES_VL

Line 33: from wf_message_attributes_vl

29: and prior activity_item_type = process_item_type);
30:
31: CURSOR c_apps_c IS
32: select text_default
33: from wf_message_attributes_vl
34: where message_type = act_itemtype
35: and message_name = mesg_name
36: and name = 'AZW_IA_APPSNAME';
37:

Line 40: from wf_message_attributes_vl

36: and name = 'AZW_IA_APPSNAME';
37:
38: CURSOR c_target_c IS
39: select text_default
40: from wf_message_attributes_vl
41: where message_type = act_itemtype
42: and message_name = mesg_name
43: and name = 'AZW_IA_TARGET';
44: BEGIN