DBA Data[Home] [Help]

APPS.PO_REQAPPROVAL_ACTION dependencies on PO_DOCUMENT_CHECKS_GRP

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

1735: --
1736: -- Starting 115.33 the submission check code has been changed from doc
1737: -- mgr call to PL/SQL call as part of SUBMISSION CHECK REWRITE project in FPI
1738:
1739: -- New call to pl/sql package PO_DOCUMENT_CHECKS_GRP.po_submission_check()
1740: -- in file POXGDCKB.pls as part of FPI project SUBMISSION CHECK REWRITE
1741:
1742: l_document_type := PO_WF_UTIL_PKG.GetItemAttrText
1743: ( itemtype => itemtype,

Line 3914: -- Calls PO_DOCUMENT_CHECKS_GRP.po_submission_check in an

3910: ------------------------------------------------------------------------------
3911: --Start of Comments
3912: --Name: po_submission_check_autonomous
3913: --Function:
3914: -- Calls PO_DOCUMENT_CHECKS_GRP.po_submission_check in an
3915: -- autonomous transaction.
3916: -- The autonomous_transaction is required due to the use of the
3917: -- submission check global temp tables, as submission check is also
3918: -- called later in the workflow as part of doc reservation,

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

3919: -- which must be an autonomous transaction due to its commit.
3920: -- Without this autonomous transaction, the following error is raised:
3921: -- ORA-14450: attempt to access a transactional temp table already in use
3922: --Notes:
3923: -- See PO_DOCUMENT_CHECKS_GRP.po_submission_check for a description
3924: -- of the parameters.
3925: --Testing:
3926: --
3927: --End of Comments

Line 3945: PO_DOCUMENT_CHECKS_GRP.po_submission_check(

3941: PRAGMA AUTONOMOUS_TRANSACTION;
3942:
3943: BEGIN
3944:
3945: PO_DOCUMENT_CHECKS_GRP.po_submission_check(
3946: p_api_version => 1.0
3947: , p_action_requested => 'DOC_SUBMISSION_CHECK'
3948: , p_document_type => p_document_type
3949: , p_document_subtype => p_document_subtype