DBA Data[Home] [Help]

APPS.PO_REQAPPROVAL_INIT1 dependencies on PO_WF_ITEMKEY_S

Line 713: select to_char(PO_WF_ITEMKEY_S.NEXTVAL)

709: END IF;
710:
711: If (ItemKey is NULL) then
712:
713: select to_char(PO_WF_ITEMKEY_S.NEXTVAL)
714: into l_seq_for_item_key
715: from sys.dual;
716:
717: l_itemkey := to_char(DocumentID) || '-' ||

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

7836: l_document_id := document_id;
7837:
7838: END IF;
7839:
7840: select to_char(PO_WF_ITEMKEY_S.NEXTVAL) into l_seq from sys.dual;
7841: Err_ItemKey := to_char(l_document_id) || '-' || l_seq;
7842:
7843:
7844: x_progress := 'PO_REQAPPROVAL_INIT1.send_error_notif: 50'