DBA Data[Home] [Help]

APPS.HR_DOR_REVIEW_SS dependencies on WF_CORE

Line 4056: Wf_Core.Context(g_package, c_proc, p_transaction_id);

4052:
4053: exception
4054: when others then
4055: hr_utility.set_location(g_package||c_proc|| 'errored : '||SQLERRM ||' '||to_char(SQLCODE), 30);
4056: Wf_Core.Context(g_package, c_proc, p_transaction_id);
4057: raise;
4058: end isUpdateAllowed;
4059:
4060:

Line 4098: Wf_Core.Context(g_package, c_proc, p_transaction_id);

4094:
4095: exception
4096: when others then
4097: hr_utility.set_location(g_package||c_proc|| 'errored : '||SQLERRM ||' '||to_char(SQLCODE), 30);
4098: Wf_Core.Context(g_package, c_proc, p_transaction_id);
4099: raise;
4100:
4101: end isDeleteAllowed;
4102:

Line 4134: Wf_Core.Context(g_package, c_proc, p_transaction_id);

4130:
4131: exception
4132: when others then
4133: hr_utility.set_location(g_package||c_proc|| 'errored : '||SQLERRM ||' '||to_char(SQLCODE), 30);
4134: Wf_Core.Context(g_package, c_proc, p_transaction_id);
4135: raise;
4136:
4137: end isAttachAllowed;
4138: