DBA Data[Home] [Help]

APPS.PO_DOCUMENT_CONTROL_PVT dependencies on PO_DOCUMENT_LOCK_GRP

Line 334: --Using PO_DOCUMENT_LOCK_GRP.lock_document instead of lock_doc_row

330: --< Bug 3554754 > Removed CancelPO FPJ code for status check
331:
332:
333: --
334: --Using PO_DOCUMENT_LOCK_GRP.lock_document instead of lock_doc_row
335: --to lock the complete document
336: -- Lock the document
337: PO_DOCUMENT_LOCK_GRP.lock_document( p_api_version => 1.0
338: ,p_init_msg_list => FND_API.G_FALSE

Line 337: PO_DOCUMENT_LOCK_GRP.lock_document( p_api_version => 1.0

333: --
334: --Using PO_DOCUMENT_LOCK_GRP.lock_document instead of lock_doc_row
335: --to lock the complete document
336: -- Lock the document
337: PO_DOCUMENT_LOCK_GRP.lock_document( p_api_version => 1.0
338: ,p_init_msg_list => FND_API.G_FALSE
339: ,x_return_status => x_return_status
340: ,p_document_type => p_doc_type
341: ,p_document_id => p_doc_id);

Line 4721: PO_DOCUMENT_LOCK_GRP.lock_document( p_api_version => 1.0

4717: d_pos := 30;
4718: --Do not lock the header record in case of CANCEL control Action
4719: --as it would be locked in the cancel_api
4720: IF(NOT(p_control_action LIKE 'CANCEL%' )) THEN
4721: PO_DOCUMENT_LOCK_GRP.lock_document( p_api_version => 1.0
4722: ,p_init_msg_list => FND_API.G_FALSE
4723: ,x_return_status => x_return_status
4724: ,p_document_type => p_doc_type
4725: ,p_document_id => p_doc_header_id);