DBA Data[Home] [Help]

APPS.IGI_EXP_APPROVAL_PKG dependencies on WF_NOTIFICATION_ATTRIBUTES

Line 340: FROM wf_notification_attributes

336: -- =============== END DEBUG LOG ==================
337:
338: SELECT text_value
339: INTO l_value
340: FROM wf_notification_attributes
341: WHERE notification_id = p_nid
342: AND name = 'TU_FORM';
343:
344: -- =============== START DEBUG LOG ================

Line 359: UPDATE wf_notification_attributes

355: ' l_new_value --> ' || l_new_value);
356: -- =============== END DEBUG LOG ==================
357:
358:
359: UPDATE wf_notification_attributes
360: SET text_value = l_new_value
361: WHERE notification_id = p_nid
362: AND name = 'TU_FORM';
363:

Line 366: ' Updating wf_notification_attributes ');

362: AND name = 'TU_FORM';
363:
364: -- =============== START DEBUG LOG ================
365: DEBUG_LOG_STRING (l_proc_level, 'set_tu_form_to_query.Msg4',
366: ' Updating wf_notification_attributes ');
367: DEBUG_LOG_STRING (l_proc_level, 'set_tu_form_to_query.Msg5',
368: ' ** END SET_TU_FORM_TO_QUERY ** ');
369: -- =============== END DEBUG LOG ==================
370: