DBA Data[Home] [Help]

APPS.PO_PDOI_PVT dependencies on STANDARD

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

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

Line 99: -- STANDARD, BLANKET, QUOTATION

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

Line 721: p_document_subtype => 'STANDARD',

717:
718: d_position := 60;
719: get_when_to_archive_property
720: ( p_document_type => 'PO',
721: p_document_subtype => 'STANDARD',
722: x_when_to_archive => PO_PDOI_PARAMS.g_sys.when_to_archive_std_po
723: );
724:
725: d_position := 70;