DBA Data[Home] [Help]

APPS.PO_DOCUMENT_CONTROL_PUB dependencies on PO_LINES

Line 121: * PO_LINES_ALL.po_line_id)

117: *
118: * @param P_doc_line_id May be used to cancel a single line (and all
119: * its shipments). If cancelling a line or shipment, either
120: * p_doc_line_id or p_doc_line_num is required. (i.e.
121: * PO_LINES_ALL.po_line_id)
122: * @rep:paraminfo {@rep:required}
123: *
124: * @param p_doc_line_num Used to Cancel a single line (and all its
125: * shipments).If cancelling a line or shipment, either p_doc_line_id or

Line 126: * p_doc_line_num is required (i.e. PO_LINES_ALL.line_num)

122: * @rep:paraminfo {@rep:required}
123: *
124: * @param p_doc_line_num Used to Cancel a single line (and all its
125: * shipments).If cancelling a line or shipment, either p_doc_line_id or
126: * p_doc_line_num is required (i.e. PO_LINES_ALL.line_num)
127: * @rep:paraminfo {@rep:required}
128: *
129: * @param p_doc_line_loc_id Used to Cancel a single shipment. If
130: * cancelling shipment either p_doc_line_loc_id or p_doc_shipment_id is

Line 148: * @rep:paraminfo {@rep:innertype PO_LINES.cancel_reason}

144: * used.
145: * @rep:paraminfo {@rep:required}
146: *
147: * @param p_cancel_reason Reason to be recorded in cancel reason.
148: * @rep:paraminfo {@rep:innertype PO_LINES.cancel_reason}
149: * {@rep:required}
150: *
151: * @param p_cancel_reqs_flag Value should be 'Y' or 'N'. Used to
152: * perform cancellation of backing requisition, if one exists.

Line 193: p_cancel_reason IN PO_LINES.cancel_reason%TYPE,

189: p_doc_line_loc_id IN NUMBER,
190: p_doc_shipment_num IN NUMBER,
191: p_action IN VARCHAR2,
192: p_action_date IN DATE,
193: p_cancel_reason IN PO_LINES.cancel_reason%TYPE,
194: p_cancel_reqs_flag IN VARCHAR2,
195: p_print_flag IN VARCHAR2,
196: p_note_to_vendor IN PO_HEADERS.note_to_vendor%TYPE,
197: p_use_gldate IN VARCHAR2 DEFAULT NULL, --

Line 254: * PO_LINES_ALL.po_line_id)

250: * PO_RELEASES_ALL.release_num)
251: * - P_doc_line_id May be used to cancel a single line (and all
252: * its shipments). If cancelling a line or shipment, either
253: * p_doc_line_id or p_doc_line_num is required. (i.e.
254: * PO_LINES_ALL.po_line_id)
255: * - p_doc_line_num Used to Cancel a single line (and all its
256: * shipments).If cancelling a line or shipment, either p_doc_line_id or
257: * p_doc_line_num is required (i.e. PO_LINES_ALL.line_num)
258: * - p_doc_line_loc_id Used to Cancel a single shipment. If

Line 257: * p_doc_line_num is required (i.e. PO_LINES_ALL.line_num)

253: * p_doc_line_id or p_doc_line_num is required. (i.e.
254: * PO_LINES_ALL.po_line_id)
255: * - p_doc_line_num Used to Cancel a single line (and all its
256: * shipments).If cancelling a line or shipment, either p_doc_line_id or
257: * p_doc_line_num is required (i.e. PO_LINES_ALL.line_num)
258: * - p_doc_line_loc_id Used to Cancel a single shipment. If
259: * cancelling shipment either p_doc_line_loc_id or p_doc_shipment_id is
260: * required (i.e. PO_LINE_LOCATIONS_ALL.line_location_id)
261: * - p_doc_shipment_num Used to Cancel a single shipment. If

Line 275: * @rep:paraminfo {@rep:innertype PO_LINES.cancel_reason}

271: * used.
272: * @rep:paraminfo {@rep:required}
273: *
274: * @param p_cancel_reason Reason to be recorded in cancel reason.
275: * @rep:paraminfo {@rep:innertype PO_LINES.cancel_reason}
276: * {@rep:required}
277: *
278: * @param p_cancel_reqs_flag Value should be 'Y' or 'N'. Used to
279: * perform cancellation of backing requisition, if one exists.

Line 311: p_cancel_reason IN PO_LINES.cancel_reason%TYPE,

307: x_return_status OUT NOCOPY VARCHAR2,
308: po_doc_tbl IN po_document_control_pub.PO_DTLS_REC_TBL,
309: p_action IN VARCHAR2,
310: p_action_date IN DATE,
311: p_cancel_reason IN PO_LINES.cancel_reason%TYPE,
312: p_cancel_reqs_flag IN VARCHAR2,
313: p_print_flag IN VARCHAR2,
314: p_revert_chg_flag IN VARCHAR2,
315: p_launch_approvals_flag IN VARCHAR2,