DBA Data[Home] [Help]

APPS.PO_DOCUMENT_CONTROL_PUB dependencies on PO_HEADERS_ALL

Line 48: p_doc_num po_headers_all.segment1%TYPE,

44: *
45: */
46: TYPE PO_DTLS_RECORD IS RECORD (
47: p_doc_id NUMBER,
48: p_doc_num po_headers_all.segment1%TYPE,
49: p_release_id NUMBER,
50: p_release_num NUMBER,
51: p_doc_line_id NUMBER,
52: p_doc_line_num NUMBER,

Line 101: * PO_HEADERS_ALL.po_header_id)

97: * @rep:paraminfo {@rep:required}
98: *
99: * @param p_doc_id IN NUMBER Internal ID for Purchase Order.
100: * Either p_doc_id or p_doc_num required. (i.e.
101: * PO_HEADERS_ALL.po_header_id)
102: * @rep:paraminfo {@rep:required}
103: *
104: * @param p_doc_num IN NUMBER Document Num for Purchase Order.
105: * Either p_doc_id or p_doc_num required.(i.e. PO_HEADERS_ALL.segment1)

Line 105: * Either p_doc_id or p_doc_num required.(i.e. PO_HEADERS_ALL.segment1)

101: * PO_HEADERS_ALL.po_header_id)
102: * @rep:paraminfo {@rep:required}
103: *
104: * @param p_doc_num IN NUMBER Document Num for Purchase Order.
105: * Either p_doc_id or p_doc_num required.(i.e. PO_HEADERS_ALL.segment1)
106: * @rep:paraminfo {@rep:required}
107: *
108: * @param p_release_id Internal ID for Release. If Doc Type is Release
109: * either p_release_id or p_release_num required (i.e.

Line 170: * @rep:paraminfo {@rep:innertype PO_HEADERS_ALL.org_id}

166: *
167: * @param p_org_id Internal ID for Operating Unit to which document
168: * belongs. Not required if the document belongs to Current operating Unit
169: * or to the the Default Operating.
170: * @rep:paraminfo {@rep:innertype PO_HEADERS_ALL.org_id}
171: *
172: * @rep:displayname API that performs the control action p_action on
173: * the specified document.
174: *

Line 242: * PO_HEADERS_ALL.po_header_id)

238: * - p_doc_subtype Null not allowed. Possible Values are STANDARD,
239: * PLANNED, BLANKET, CONTRACT, or SCHEDULED.
240: * - p_doc_id IN NUMBER Internal ID for Purchase Order.
241: * Either p_doc_id or p_doc_num required. (i.e.
242: * PO_HEADERS_ALL.po_header_id)
243: * - p_doc_num IN NUMBER Document Num for Purchase Order.
244: * Either p_doc_id or p_doc_num required.(i.e. PO_HEADERS_ALL.segment1)
245: * - p_release_id Internal ID for Release. If Doc Type is Release
246: * either p_release_id or p_release_num required (i.e.

Line 244: * Either p_doc_id or p_doc_num required.(i.e. PO_HEADERS_ALL.segment1)

240: * - p_doc_id IN NUMBER Internal ID for Purchase Order.
241: * Either p_doc_id or p_doc_num required. (i.e.
242: * PO_HEADERS_ALL.po_header_id)
243: * - p_doc_num IN NUMBER Document Num for Purchase Order.
244: * Either p_doc_id or p_doc_num required.(i.e. PO_HEADERS_ALL.segment1)
245: * - p_release_id Internal ID for Release. If Doc Type is Release
246: * either p_release_id or p_release_num required (i.e.
247: * PO_RELEASES_ALL.po_release_id)
248: * - p_release_num Release Number. If Doc Type is Release either

Line 297: * @rep:paraminfo {@rep:innertype PO_HEADERS_ALL.org_id}

293: *
294: * @param p_org_id Internal ID for Operating Unit to which document
295: * belongs. Not required if the document belongs to Current operating Unit
296: * or to the the Default Operating.
297: * @rep:paraminfo {@rep:innertype PO_HEADERS_ALL.org_id}
298: *
299: * @rep:displayname API that performs the control action p_action on
300: * the specified document.
301: *