DBA Data[Home] [Help]

APPS.PO_REQAPPROVAL_INIT1 dependencies on PO_DRAFTS_PVT

Line 8713: PO_DRAFTS_PVT.unlock_document ( p_po_header_id => p_po_header_id );

8709: p_po_header_id IN NUMBER )
8710: IS
8711: PRAGMA AUTONOMOUS_TRANSACTION;
8712: BEGIN
8713: PO_DRAFTS_PVT.unlock_document ( p_po_header_id => p_po_header_id );
8714: COMMIT;
8715: END unlock_document;
8716: --
8717: --