DBA Data[Home] [Help]

APPS.PO_DOCUMENT_ARCHIVE_PVT dependencies on PO_DRAFTS_PVT

Line 7134: l_draft_id := PO_DRAFTS_PVT.draft_id_nextval;

7130: END IF;
7131:
7132: --Generate new Draft Id and store in PO_HEADERS_ARCHIVE_ALL
7133: --This is generated to uniquely identify the 0th revision of the PO for Contracts
7134: l_draft_id := PO_DRAFTS_PVT.draft_id_nextval;
7135:
7136: --Update PO_HEADERS_ARCHIVE_ALL with this DRAFT_ID
7137: UPDATE PO_HEADERS_ARCHIVE_ALL
7138: SET draft_id = l_draft_id