DBA Data[Home] [Help]

APPS.PO_OTM_INTEGRATION_PVT dependencies on PO_OTM_ORDER_TYPE

Line 122: -- PO_OTM_ORDER_TYPE containing the appropriate document information. In the

118: -- In the case of an action that was performed on just a PO line location,
119: -- the ID of the line location on which the action was performed.
120: --OUT:
121: --x_otm_doc
122: -- PO_OTM_ORDER_TYPE containing the appropriate document information. In the
123: -- case of a PO approval, should contain full document info. In the case of
124: -- hold, cancel, or close, will only contain ID info.
125: --End of Comments
126: -------------------------------------------------------------------------------

Line 135: , x_otm_doc OUT NOCOPY PO_OTM_ORDER_TYPE

131: , p_blanket_revision IN NUMBER DEFAULT NULL
132: , p_action IN VARCHAR2
133: , p_line_id IN NUMBER DEFAULT NULL
134: , p_line_loc_id IN NUMBER DEFAULT NULL
135: , x_otm_doc OUT NOCOPY PO_OTM_ORDER_TYPE
136: );
137:
138: -- OTM Recovery START
139: PROCEDURE recover_failed_docs