[Home] [Help]
408: IF (p_message_name = 'NEGOTIATION_EXTENDED' or p_message_name = 'NEGOTIATION_SHORTENED') THEN
409:
410: select number_value
411: into x_site_id
412: from WF_NOTIFICATION_ATTRIBUTES
413: where notification_id = p_ntf_id and
414: name = 'VENDOR_SITE_ID';
415:
416: ELSE