DBA Data[Home] [Help]

APPS.PO_PDOI_PVT dependencies on STANDARD

Line 66: -- blankets, quotations or standard purchase orders

62: --Start of Comments
63: --Name: start_process
64: --Function:
65: -- Main procedure for PDOI, which is used for importing and updating
66: -- blankets, quotations or standard purchase orders
67: --Parameters:
68: --IN:
69: --p_api_version
70: -- API version of the program caller assumes

Line 100: -- STANDARD, BLANKET, QUOTATION

96: --p_buyer_id
97: -- Default buyer of the document to be imported
98: --p_document_type
99: -- Type of the document that will be processed. Possible values are:
100: -- STANDARD, BLANKET, QUOTATION
101: --p_document_subtype
102: -- Default document subtype. Use it only if p_document_type is 'QUOTATION'.
103: --p_create_items
104: -- Specifies whether an item will be created as inventory item if the specified

Line 728: p_document_subtype => 'STANDARD',

724:
725: d_position := 60;
726: get_when_to_archive_property
727: ( p_document_type => 'PO',
728: p_document_subtype => 'STANDARD',
729: x_when_to_archive => PO_PDOI_PARAMS.g_sys.when_to_archive_std_po
730: );
731:
732: d_position := 70;