DBA Data[Home] [Help]

APPS.HR_PERSON_DEPLOYMENT_SWI dependencies on HR_WORKFLOW_SS

Line 2752: hr_utility.set_location('hr_workflow_ss.getApprovalMsgSubject errored for custom call: '||SQLERRM ||' '||to_char(SQLCODE), 100);

2748: End If;
2749: exception
2750: when others then
2751: document :=null;
2752: hr_utility.set_location('hr_workflow_ss.getApprovalMsgSubject errored for custom call: '||SQLERRM ||' '||to_char(SQLCODE), 100);
2753: Wf_Core.Context('hr_workflow_ss', 'getApprovalMsgSubject', document_id, display_type);
2754: raise;
2755: end;
2756: */

Line 2753: Wf_Core.Context('hr_workflow_ss', 'getApprovalMsgSubject', document_id, display_type);

2749: exception
2750: when others then
2751: document :=null;
2752: hr_utility.set_location('hr_workflow_ss.getApprovalMsgSubject errored for custom call: '||SQLERRM ||' '||to_char(SQLCODE), 100);
2753: Wf_Core.Context('hr_workflow_ss', 'getApprovalMsgSubject', document_id, display_type);
2754: raise;
2755: end;
2756: */
2757:

Line 2761: hr_utility.set_location('Calling hr_workflow_ss.get_item_type_and_key for NtfId:'||document_id, 11);

2757:
2758:
2759: -- get the itemtype and item key for the notification id
2760: if g_debug then
2761: hr_utility.set_location('Calling hr_workflow_ss.get_item_type_and_key for NtfId:'||document_id, 11);
2762: end if;
2763: hr_workflow_ss.get_item_type_and_key(document_id,lv_item_type,lv_item_key);
2764:
2765: -- get the process display name

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

2759: -- get the itemtype and item key for the notification id
2760: if g_debug then
2761: hr_utility.set_location('Calling hr_workflow_ss.get_item_type_and_key for NtfId:'||document_id, 11);
2762: end if;
2763: hr_workflow_ss.get_item_type_and_key(document_id,lv_item_type,lv_item_key);
2764:
2765: -- get the process display name
2766: if g_debug then
2767: hr_utility.set_location('Calling getProcessDisplayName',12);

Line 2771: -- lv_process_display_name := hr_workflow_ss.getProcessDisplayName(lv_item_type,lv_item_key);

2767: hr_utility.set_location('Calling getProcessDisplayName',12);
2768: hr_utility.set_location('ItemType:'||lv_item_type,13);
2769: hr_utility.set_location('ItemKey:'||lv_item_key,14);
2770: end if;
2771: -- lv_process_display_name := hr_workflow_ss.getProcessDisplayName(lv_item_type,lv_item_key);
2772:
2773: lv_ntf_sub_msg := wf_engine.GetItemAttrText(itemtype => lv_item_type ,
2774: itemkey => lv_item_key,
2775: aname => 'HR_NTF_SUB_FND_MSG_ATTR',

Line 2779: lv_process_display_name := hr_workflow_ss.getProcessDisplayName(lv_item_type,lv_item_key);

2775: aname => 'HR_NTF_SUB_FND_MSG_ATTR',
2776: ignore_notfound=>true);
2777:
2778: if(lv_ntf_sub_msg is null) then
2779: lv_process_display_name := hr_workflow_ss.getProcessDisplayName(lv_item_type,lv_item_key);
2780: else
2781: fnd_message.set_name('PER',lv_ntf_sub_msg);
2782: lv_process_display_name:= fnd_message.get;
2783: end if;

Line 2815: if hr_workflow_ss.getOrganizationManagersubject(lv_item_type,lv_item_key) is not null then

2811: ,p_orig_system_id => l_creator_person_id
2812: ,p_name => l_creator_username
2813: ,p_display_name => l_creator_disp_name);
2814:
2815: if hr_workflow_ss.getOrganizationManagersubject(lv_item_type,lv_item_key) is not null then
2816: l_creator_disp_name := hr_workflow_ss.getOrganizationManagersubject(lv_item_type,lv_item_key) || ' (proposed by ' || l_creator_disp_name || ')';
2817: end if;
2818: -- Subject pattern
2819: -- "Change Job for Doe, John "

Line 2816: l_creator_disp_name := hr_workflow_ss.getOrganizationManagersubject(lv_item_type,lv_item_key) || ' (proposed by ' || l_creator_disp_name || ')';

2812: ,p_name => l_creator_username
2813: ,p_display_name => l_creator_disp_name);
2814:
2815: if hr_workflow_ss.getOrganizationManagersubject(lv_item_type,lv_item_key) is not null then
2816: l_creator_disp_name := hr_workflow_ss.getOrganizationManagersubject(lv_item_type,lv_item_key) || ' (proposed by ' || l_creator_disp_name || ')';
2817: end if;
2818: -- Subject pattern
2819: -- "Change Job for Doe, John "
2820: if g_debug then

Line 2898: hr_utility.set_location('hr_workflow_ss.getApprovalMsgSubject errored : '||SQLERRM ||' '||to_char(SQLCODE), 40);

2894:
2895: exception
2896: when others then
2897: document :=null;
2898: hr_utility.set_location('hr_workflow_ss.getApprovalMsgSubject errored : '||SQLERRM ||' '||to_char(SQLCODE), 40);
2899: Wf_Core.Context('hr_workflow_ss', 'getApprovalMsgSubject', document_id, display_type);
2900: raise;
2901: end getGoldApprovalMsgSubject;
2902:

Line 2899: Wf_Core.Context('hr_workflow_ss', 'getApprovalMsgSubject', document_id, display_type);

2895: exception
2896: when others then
2897: document :=null;
2898: hr_utility.set_location('hr_workflow_ss.getApprovalMsgSubject errored : '||SQLERRM ||' '||to_char(SQLCODE), 40);
2899: Wf_Core.Context('hr_workflow_ss', 'getApprovalMsgSubject', document_id, display_type);
2900: raise;
2901: end getGoldApprovalMsgSubject;
2902:
2903: procedure set_start_date(p_transaction_id in number,p_effective_date in date)