[Home] [Help]
81: -- ----------------------------------------------------------------------------
82: procedure get_act_attr_expanded_info
83: (p_item_type in wf_items.item_type%type
84: ,p_item_key in wf_items.item_key%type
85: ,p_actid in wf_activity_attr_values.process_activity_id%type
86: ,p_name in wf_activity_attributes.name%type
87: ,p_exists out nocopy boolean
88: ,p_subtype out nocopy wf_activity_attributes.subtype%type
89: ,p_type out nocopy wf_activity_attributes.type%type
87: ,p_exists out nocopy boolean
88: ,p_subtype out nocopy wf_activity_attributes.subtype%type
89: ,p_type out nocopy wf_activity_attributes.type%type
90: ,p_format out nocopy wf_activity_attributes.format%type
91: ,p_date_value out nocopy wf_activity_attr_values.date_value%type
92: ,p_number_value out nocopy wf_activity_attr_values.number_value%type
93: ,p_text_value out nocopy wf_activity_attr_values.text_value%type);
94: -- ----------------------------------------------------------------------------
95: -- |-------------------------< check_activity_type_attrs >--------------------|
88: ,p_subtype out nocopy wf_activity_attributes.subtype%type
89: ,p_type out nocopy wf_activity_attributes.type%type
90: ,p_format out nocopy wf_activity_attributes.format%type
91: ,p_date_value out nocopy wf_activity_attr_values.date_value%type
92: ,p_number_value out nocopy wf_activity_attr_values.number_value%type
93: ,p_text_value out nocopy wf_activity_attr_values.text_value%type);
94: -- ----------------------------------------------------------------------------
95: -- |-------------------------< check_activity_type_attrs >--------------------|
96: -- ----------------------------------------------------------------------------
89: ,p_type out nocopy wf_activity_attributes.type%type
90: ,p_format out nocopy wf_activity_attributes.format%type
91: ,p_date_value out nocopy wf_activity_attr_values.date_value%type
92: ,p_number_value out nocopy wf_activity_attr_values.number_value%type
93: ,p_text_value out nocopy wf_activity_attr_values.text_value%type);
94: -- ----------------------------------------------------------------------------
95: -- |-------------------------< check_activity_type_attrs >--------------------|
96: -- ----------------------------------------------------------------------------
97: procedure check_activity_type_attrs
96: -- ----------------------------------------------------------------------------
97: procedure check_activity_type_attrs
98: (p_item_type in wf_items.item_type%type
99: ,p_item_key in wf_items.item_key%type
100: ,p_actid in wf_activity_attr_values.process_activity_id%type);
101: -- ----------------------------------------------------------------------------
102: -- |-------------------------------< hr_web_page >----------------------------|
103: -- ----------------------------------------------------------------------------
104: procedure hr_web_page
112: -- ----------------------------------------------------------------------------
113: function check_hr_window_title
114: (p_item_type in wf_items.item_type%type
115: ,p_item_key in wf_items.item_key%type
116: ,p_actid in wf_activity_attr_values.process_activity_id%type)
117: return boolean;
118: -- ----------------------------------------------------------------------------
119: -- |---------------------------< get_hr_window_title >------------------------|
120: -- ----------------------------------------------------------------------------
120: -- ----------------------------------------------------------------------------
121: function get_hr_window_title
122: (p_item_type in wf_items.item_type%type
123: ,p_item_key in wf_items.item_key%type
124: ,p_actid in wf_activity_attr_values.process_activity_id%type)
125: return varchar2;
126: -- ----------------------------------------------------------------------------
127: -- |-------------------------< check_web_page_code >--------------------------|
128: -- ----------------------------------------------------------------------------
128: -- ----------------------------------------------------------------------------
129: function check_web_page_code
130: (p_item_type in wf_items.item_type%type
131: ,p_item_key in wf_items.item_key%type
132: ,p_actid in wf_activity_attr_values.process_activity_id%type
133: ,p_web_page_section_code in wf_activity_attributes.name%type)
134: return boolean;
135: -- ----------------------------------------------------------------------------
136: -- |-----------------------------< get_web_page_code >------------------------|
137: -- ----------------------------------------------------------------------------
138: function get_web_page_code
139: (p_item_type in wf_items.item_type%type
140: ,p_item_key in wf_items.item_key%type
141: ,p_actid in wf_activity_attr_values.process_activity_id%type
142: ,p_web_page_section_code in wf_activity_attributes.name%type)
143: return varchar2;
144: -- ----------------------------------------------------------------------------
145: -- |-------------------------< check_activity_reentry >-----------------------|
146: -- ----------------------------------------------------------------------------
147: function check_activity_reentry
148: (p_item_type in wf_items.item_type%type
149: ,p_item_key in wf_items.item_key%type
150: ,p_actid in wf_activity_attr_values.process_activity_id%type)
151: return boolean;
152: -- ----------------------------------------------------------------------------
153: -- |-------------------------< get_activity_reentry_value >-------------------|
154: -- ----------------------------------------------------------------------------
154: -- ----------------------------------------------------------------------------
155: function get_activity_reentry_value
156: (p_item_type in wf_items.item_type%type
157: ,p_item_key in wf_items.item_key%type
158: ,p_actid in wf_activity_attr_values.process_activity_id%type)
159: return wf_item_activity_statuses_v.activity_result_code%type;
160: -- ----------------------------------------------------------------------------
161: -- |------------------------------< create_process >--------------------------|
162: -- ----------------------------------------------------------------------------
185: -- ----------------------------------------------------------------------------
186: procedure transition_activity
187: (p_item_type in wf_items.item_type%type
188: ,p_item_key in wf_items.item_key%type
189: ,p_actid in wf_activity_attr_values.process_activity_id%type
190: ,p_result_code in wf_item_activity_statuses_v.activity_result_code%type);
191: -- ----------------------------------------------------------------------------
192: -- |-------------------------< check_active_wf_items >-- ---------------------|
193: -- ----------------------------------------------------------------------------