DBA Data[Home] [Help]

APPS.HR_APPRAISAL_WORKFLOW_SS dependencies on HR_WORKFLOW_SS

Line 306: hr_workflow_ss.get_item_type_and_key(document_id,lv_item_type,lv_item_key);

302: hr_utility.set_location('Entering:'|| gv_package||'.'||c_proc, 1);
303: end if;
304:
305: -- get the itemtype and item key for the notification id
306: hr_workflow_ss.get_item_type_and_key(document_id,lv_item_type,lv_item_key);
307: -- IF (lv_checkProfile = 'N' OR lv_profileValue ='Y' ) THEN
308: -- get the translated display name for the url link
309: begin
310: select wma.display_name

Line 363: hr_utility.set_location('hr_workflow_ss.build_edit_link errored : '||SQLERRM ||' '||to_char(SQLCODE), 20);

359: exception
360: when others then
361: document := null;
362: document_type :=null;
363: hr_utility.set_location('hr_workflow_ss.build_edit_link errored : '||SQLERRM ||' '||to_char(SQLCODE), 20);
364: Wf_Core.Context('hr_workflow_ss', 'build_edit_link', document_id, display_type);
365: raise;
366: end build_link;
367:

Line 364: Wf_Core.Context('hr_workflow_ss', 'build_edit_link', document_id, display_type);

360: when others then
361: document := null;
362: document_type :=null;
363: hr_utility.set_location('hr_workflow_ss.build_edit_link errored : '||SQLERRM ||' '||to_char(SQLCODE), 20);
364: Wf_Core.Context('hr_workflow_ss', 'build_edit_link', document_id, display_type);
365: raise;
366: end build_link;
367:
368:

Line 1208: hr_workflow_ss.get_item_type_and_key(document_id,lv_item_type,lv_item_key);

1204: if g_debug then
1205: hr_utility.set_location('Entering:'|| gv_package||'.'||c_proc, 1);
1206: end if;
1207: -- get the itemtype and item key for the notification id
1208: hr_workflow_ss.get_item_type_and_key(document_id,lv_item_type,lv_item_key);
1209: -- build the log message, the log is restricted to 32k
1210: -- assumed the code setting the item attributes has the necessary format.
1211: document := wf_engine.GetItemAttrText(lv_item_type,
1212: lv_item_key,

Line 1241: Wf_Core.Context('hr_workflow_ss', 'build_ma_compl_log_msg',

1237: document := null;
1238: document_type :=null;
1239: hr_utility.set_location('hr_appraisal_workflow_ss.build_ma_compl_log_msg errored : '
1240: ||SQLERRM ||' '||to_char(SQLCODE), 20);
1241: Wf_Core.Context('hr_workflow_ss', 'build_ma_compl_log_msg',
1242: document_id, display_type);
1243: raise;
1244: end build_ma_compl_log_msg;
1245: