DBA Data[Home] [Help]

APPS.PO_DOCUMENT_ACTION_PVT dependencies on PO_TBL_NUMBER

Line 74: l_doc_id_tbl po_tbl_number;

70: -- resource_busy_exc definition copied from PO_DOCUMENT_LOCK_GRP
71: resource_busy_exc EXCEPTION;
72: PRAGMA EXCEPTION_INIT(resource_busy_exc, -00054);
73: l_locked_doc BOOLEAN := FALSE;
74: l_doc_id_tbl po_tbl_number;
75:
76: --
77: l_update_allowed VARCHAR2(1);
78: l_locking_applicable VARCHAR2(1);

Line 173: l_doc_id_tbl := po_tbl_number(p_action_ctl_rec.document_id);

169: IF (PO_LOG.d_stmt) THEN
170: PO_LOG.stmt(d_module, d_progress, 'Locking the document.');
171: END IF;
172:
173: l_doc_id_tbl := po_tbl_number(p_action_ctl_rec.document_id);
174:
175: -- Ported over functionality from document manager
176: -- It would try to lock the document 1000 times.
177: FOR i IN 1..1000