DBA Data[Home] [Help]

APPS.PQH_AME_UTILS dependencies on WF_CORE

Line 52: wf_core.context(g_package,'.get_final_approver',g_item_type,g_item_key);

48: hr_utility.set_location(' Leaving:'||l_proc, 10);
49: return g_item_type;
50: Exception
51: WHEN others THEN
52: wf_core.context(g_package,'.get_final_approver',g_item_type,g_item_key);
53: Raise;
54: end;
55: --
56: -- ---------------------------------------------------------------------------

Line 69: wf_core.context(g_package,'.get_final_approver',g_item_type,g_item_key);

65: hr_utility.set_location(' Leaving:'||l_proc, 10);
66: return g_item_key;
67: Exception
68: WHEN others THEN
69: wf_core.context(g_package,'.get_final_approver',g_item_type,g_item_key);
70: Raise;
71: end;
72: --
73: -- ---------------------------------------------------------------------------

Line 87: wf_core.context(g_package,'.get_final_approver',g_item_type,g_item_key);

83: return g_process_name;
84:
85: Exception
86: WHEN others THEN
87: wf_core.context(g_package,'.get_final_approver',g_item_type,g_item_key);
88: Raise;
89: end;
90: --
91: -- ---------------------------------------------------------------------------

Line 132: wf_core.context(g_package,'.get_final_approver',g_item_type,g_item_key);

128: return l_final_approver_id;
129:
130: Exception
131: WHEN others THEN
132: wf_core.context(g_package,'.get_final_approver',g_item_type,g_item_key);
133: Raise;
134: end;
135: --
136: -- ---------------------------------------------------------------------------

Line 162: wf_core.context(g_package,'.get_final_approver',g_item_type,g_item_key);

158: return g_person_id;
159:
160: Exception
161: WHEN others THEN
162: wf_core.context(g_package,'.get_final_approver',g_item_type,g_item_key);
163: Raise;
164: end;
165:
166: