DBA Data[Home] [Help]

APPS.PO_MOD_CONTROL_PVT dependencies on PO_DRAFT_MERGE_PKG

Line 117: PO_DRAFT_MERGE_PKG.delete_entity_locks(

113: PO_DRAFTS_PVT.update_draft_status(p_draft_id,status);
114:
115: --
116: -- Delete locks
117: PO_DRAFT_MERGE_PKG.delete_entity_locks(
118: p_draft_id => p_draft_id,
119: x_return_status => x_return_status
120: );
121:

Line 355: PO_DRAFT_MERGE_PKG.delete_entity_locks( p_draft_id => p_draft_id,

351:
352: d_position := 10;
353:
354: -- delete data from po_entity_locks table while deleting mod
355: PO_DRAFT_MERGE_PKG.delete_entity_locks( p_draft_id => p_draft_id,
356: x_return_status => l_return_status);
357:
358: --delete the active workflow (notification)process related to this modification
359: