DBA Data[Home] [Help]

APPS.PO_DOCUMENT_CONTROL_PUB dependencies on STANDARD

Line 19: * @rep:category BUSINESS_ENTITY PO_STANDARD_PURCHASE_ORDER

15: * @rep:category BUSINESS_ENTITY PO_BLANKET_PURCHASE_AGREEMENT
16: * @rep:category BUSINESS_ENTITY PO_CONTRACT_PURCHASE_AGREEMENT
17: * @rep:category BUSINESS_ENTITY PO_GLOBAL_BLANKET_AGREEMENT
18: * @rep:category BUSINESS_ENTITY PO_GLOBAL_CONTRACT_AGREEMENT
19: * @rep:category BUSINESS_ENTITY PO_STANDARD_PURCHASE_ORDER
20: * @rep:category BUSINESS_ENTITY PO_BLANKET_RELEASE
21: * @rep:category BUSINESS_ENTITY PO_PLANNED_PURCHASE_ORDER
22: * @rep:category BUSINESS_ENTITY PO_PLANNED_RELEASE
23: */

Line 35: * p_doc_subtype : Document SubType- 'STANDARD','BLANKET','CONTRACT','SCHEDULED', etc.

31: *
32: * Descriptions and examples:
33: *
34: * p_doc_type : Document Type - 'PO', 'PA' or 'RELEASE'
35: * p_doc_subtype : Document SubType- 'STANDARD','BLANKET','CONTRACT','SCHEDULED', etc.
36: * p_doc_id : Internal ID for Purchase Order
37: * p_doc_num : Document Num for Purchase Order.
38: * p_release_id : Internal ID for Release
39: * p_release_num : Release Number

Line 95: * @param p_doc_subtype Null not allowed. Possible Values are STANDARD,

91: * @param p_doc_type Null not allowed. Possible Values are: 'PO', 'PA',
92: * or 'RELEASE
93: * @rep:paraminfo {@rep:required}
94: *
95: * @param p_doc_subtype Null not allowed. Possible Values are STANDARD,
96: * PLANNED, BLANKET, CONTRACT, or SCHEDULED.
97: * @rep:paraminfo {@rep:required}
98: *
99: * @param p_doc_id IN NUMBER Internal ID for Purchase Order.

Line 238: * - p_doc_subtype Null not allowed. Possible Values are STANDARD,

234: * Need to be populated as explained below:
235: *
236: * - p_doc_type Null not allowed. Possible Values are: 'PO', 'PA',
237: * or 'RELEASE
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)