DBA Data[Home] [Help]

APPS.PO_MULTI_MOD_PVT dependencies on PO_HEADERS_DRAFT_PKG

Line 268: -- 2. Call PO_HEADERS_DRAFT_PKG.sync_draft_from_txn to create a record in Po Draft Header Table.

264: --Locks:
265: -- None.
266: --Function:
267: -- 1. Create a record in PO_DRAFTS with a newly generated DRAFT_ID
268: -- 2. Call PO_HEADERS_DRAFT_PKG.sync_draft_from_txn to create a record in Po Draft Header Table.
269: --Parameters:
270: --IN:
271: --p_po_header_id
272: -- The id of the Order/Agreement for which the Mod needs to be created

Line 337: PO_HEADERS_DRAFT_PKG.sync_draft_from_txn(

333:
334: d_position := 30;
335: debug(d_module, d_position, 'Create row into PO_HEADERS_DRAFT_ALL for the new Mod', FND_API.G_TRUE);
336:
337: PO_HEADERS_DRAFT_PKG.sync_draft_from_txn(
338: p_po_header_id => p_po_header_id,
339: p_draft_id => l_draft_id,
340: p_delete_flag => 'N',
341: x_record_already_exist => l_record_already_exists