DBA Data[Home] [Help]

APPS.PO_SYNC_DRAFT_FROM_ARCHIVE_PVT dependencies on PO_EXHIBIT_DETAILS_DRAFT

Line 193: -- Delete from po_exhibit_details_draft -Elins project

189: --Deleting from po_notification_ctrl_draft
190: DELETE FROM po_notification_ctrl_draft
191: WHERE draft_id = p_draft_id;
192:
193: -- Delete from po_exhibit_details_draft -Elins project
194: DELETE FROM po_exhibit_details_draft
195: WHERE draft_id = p_draft_id;
196:
197: d_position := 20;

Line 194: DELETE FROM po_exhibit_details_draft

190: DELETE FROM po_notification_ctrl_draft
191: WHERE draft_id = p_draft_id;
192:
193: -- Delete from po_exhibit_details_draft -Elins project
194: DELETE FROM po_exhibit_details_draft
195: WHERE draft_id = p_draft_id;
196:
197: d_position := 20;
198: IF (PO_LOG.d_stmt) THEN

Line 5268: --Po_exhibit_details_draft

5264: --Start of Comments
5265: --Name: SYNC_EXHIBITS
5266: --Pre-reqs: None
5267: --Modifies:
5268: --Po_exhibit_details_draft
5269: --Locks:
5270: -- None.
5271: --Function:
5272: -- Syncs exhibits

Line 5305: INSERT INTO po_exhibit_details_draft

5301: IF (PO_LOG.d_stmt) THEN
5302: PO_LOG.stmt(d_module, d_position, 'transfer records from archive to dft');
5303: END IF;
5304:
5305: INSERT INTO po_exhibit_details_draft
5306: (
5307: po_exhibit_details_id,
5308: po_header_id,
5309: draft_id,