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 4336: hr_sflutil_ss.closeopensflnotification(p_transaction_id);

4332: ,null
4333: ,fnd_global.user_name
4334: ,null);
4335:
4336: hr_sflutil_ss.closeopensflnotification(p_transaction_id);
4337:
4338: -- Bug 4898974 Fix.
4339: hr_transaction_api.finalize_transaction (
4340: P_TRANSACTION_ID => p_transaction_id

Line 5739: hr_sflutil_ss.closeopensflnotification(p_transaction_id);

5735: end if;
5736: end;
5737:
5738: -- finally close the sfl open notifications if any
5739: hr_sflutil_ss.closeopensflnotification(p_transaction_id);
5740:
5741: else
5742: -- get the fnd message and populate to the fnd message pub
5743: if(hr_multi_message.is_message_list_enabled) then