DBA Data[Home] [Help]

APPS.PO_DRAFT_MERGE_PKG dependencies on PO_MOD_SYNC_PROCESS_PVT

Line 673: PO_MOD_SYNC_PROCESS_PVT.RELEASE_SYNC_SGD_LOCK(itemtype => itemtype

669: END;
670: END IF;
671:
672: IF l_draft_id <> -1 THEN
673: PO_MOD_SYNC_PROCESS_PVT.RELEASE_SYNC_SGD_LOCK(itemtype => itemtype
674: , itemkey => itemkey
675: , actid => actid
676: , funcmode => funcmode
677: , resultout => resultout);

Line 702: PO_MOD_SYNC_PROCESS_PVT.RELEASE_SYNC_SGD_LOCK(itemtype => itemtype

698: itemkey => itemkey,
699: aname => 'MERGE_RESERVE_ERROR_MESSAGE',
700: avalue => g_action);
701:
702: PO_MOD_SYNC_PROCESS_PVT.RELEASE_SYNC_SGD_LOCK(itemtype => itemtype
703: , itemkey => itemkey
704: , actid => actid
705: , funcmode => funcmode
706: , resultout => resultout);