DBA Data[Home] [Help]

APPS.PO_DRAFT_MERGE_PKG dependencies on PO_DOC_NUMBERING_PKG

Line 1334: -- Calling po_doc_numbering_pkg.process_dod_awd_mod_doc_num

1330: WHERE po_header_id = l_po_hdr_id
1331: AND draft_id = l_draft_id;
1332:
1333: --
1334: -- Calling po_doc_numbering_pkg.process_dod_awd_mod_doc_num
1335: -- in an autonomous transaction as any error in workflow after this
1336: -- will leave mod in Approved state but contorl character will be C only.
1337:
1338: docnum_post_apprvl_autonomous(itemtype => itemtype,

Line 2404: po_doc_numbering_pkg.process_dod_awd_mod_doc_num

2400:
2401: x_progress := 'PO_DRAFT_MERGE_PKG.docnum_post_apprvl_autonomous: Savepoint docnum_post_apprvl_autonomous_SP';
2402: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,x_progress);
2403:
2404: po_doc_numbering_pkg.process_dod_awd_mod_doc_num
2405: (
2406: p_po_header_id => p_document_id,
2407: p_po_draft_id => p_draft_id,
2408: p_uda_template_id => p_uda_template_id,