DBA Data[Home] [Help]

APPS.HR_APPROVAL_SS dependencies on HR_SFLUTIL_SS

Line 225: hr_sflutil_ss.closeopensflnotification(c_transaction_id);

221: where notification_id=wf_engine.context_nid
222: and name='RESULT';
223:
224: begin
225: hr_sflutil_ss.closeopensflnotification(c_transaction_id);
226: exception
227: when others then
228: null;
229: end ;

Line 3325: hr_sflutil_ss.closeopensflnotification(p_transaction_id);

3321: ,null
3322: ,fnd_global.user_name
3323: ,null);
3324:
3325: hr_sflutil_ss.closeopensflnotification(p_transaction_id);
3326:
3327: -- Bug 4898974 Fix.
3328: hr_transaction_api.finalize_transaction (
3329: P_TRANSACTION_ID => p_transaction_id

Line 4691: hr_sflutil_ss.closeopensflnotification(p_transaction_id);

4687: end if;
4688: end;
4689:
4690: -- finally close the sfl open notifications if any
4691: hr_sflutil_ss.closeopensflnotification(p_transaction_id);
4692:
4693: else
4694: -- get the fnd message and populate to the fnd message pub
4695: if(hr_multi_message.is_message_list_enabled) then