DBA Data[Home] [Help]

APPS.HR_UTIL_MISC_SS dependencies on WF_NOTIFICATION_ATTRIBUTES

Line 2693: from wf_notification_attributes

2689: end if;
2690: begin
2691: select text_value
2692: into lv_result_code
2693: from wf_notification_attributes
2694: where notification_id=wf_engine.context_nid
2695: and name='RESULT';
2696:
2697: exception