DBA Data[Home] [Help]

APPS.PO_NEGOTIATION_REQ_NOTIF dependencies on DUAL

Line 59: select to_char(PO_WF_ITEMKEY_S.NEXTVAL) into l_seq from sys.dual;

55:
56:
57: /* Get the item type and item key */
58: x_progress := '002';
59: select to_char(PO_WF_ITEMKEY_S.NEXTVAL) into l_seq from sys.dual;
60:
61: ItemKey := to_char(nvl(x_requisition_doc_id,x_process_id)) || '-' || l_seq;
62: ItemType := 'PONGRQCH' ;
63: WorkflowProcess := 'PO_NEG_REQ_CHANGE';