DBA Data[Home] [Help]

APPS.PO_REQAPPROVAL_ACTION dependencies on PO_DOCUMENT_CHECKS_GRP

Line 1643: -- New call to pl/sql package PO_DOCUMENT_CHECKS_GRP.po_submission_check()

1639: --
1640: -- Starting 115.33 the submission check code has been changed from doc
1641: -- mgr call to PL/SQL call as part of SUBMISSION CHECK REWRITE project in FPI
1642:
1643: -- New call to pl/sql package PO_DOCUMENT_CHECKS_GRP.po_submission_check()
1644: -- in file POXGDCKB.pls as part of FPI project SUBMISSION CHECK REWRITE
1645:
1646: l_document_type := PO_WF_UTIL_PKG.GetItemAttrText
1647: ( itemtype => itemtype,

Line 3665: -- Calls PO_DOCUMENT_CHECKS_GRP.po_submission_check in an

3661: ------------------------------------------------------------------------------
3662: --Start of Comments
3663: --Name: po_submission_check_autonomous
3664: --Function:
3665: -- Calls PO_DOCUMENT_CHECKS_GRP.po_submission_check in an
3666: -- autonomous transaction.
3667: -- The autonomous_transaction is required due to the use of the
3668: -- submission check global temp tables, as submission check is also
3669: -- called later in the workflow as part of doc reservation,

Line 3674: -- See PO_DOCUMENT_CHECKS_GRP.po_submission_check for a description

3670: -- which must be an autonomous transaction due to its commit.
3671: -- Without this autonomous transaction, the following error is raised:
3672: -- ORA-14450: attempt to access a transactional temp table already in use
3673: --Notes:
3674: -- See PO_DOCUMENT_CHECKS_GRP.po_submission_check for a description
3675: -- of the parameters.
3676: --Testing:
3677: --
3678: --End of Comments

Line 3695: PO_DOCUMENT_CHECKS_GRP.po_submission_check(

3691: PRAGMA AUTONOMOUS_TRANSACTION;
3692:
3693: BEGIN
3694:
3695: PO_DOCUMENT_CHECKS_GRP.po_submission_check(
3696: p_api_version => 1.0
3697: , p_action_requested => 'DOC_SUBMISSION_CHECK'
3698: , p_document_type => p_document_type
3699: , p_document_subtype => p_document_subtype