[Home] [Help]
435: IF (p_message_name = 'NEGOTIATION_EXTENDED' or p_message_name = 'NEGOTIATION_SHORTENED') THEN
436:
437: select number_value
438: into x_site_id
439: from WF_NOTIFICATION_ATTRIBUTES
440: where notification_id = p_ntf_id and
441: name = 'VENDOR_SITE_ID';
442:
443: ELSE