DBA Data[Home] [Help]

APPS.PO_MASS_UPDATE dependencies on STANDARD

Line 185: * 1234 Standard Purchase Order *

181: * *
182: * The Buyer was updated on the following Documents. *
183: * Document Number Document Type *
184: * ------------------------------------------------ *
185: * 1234 Standard Purchase Order *
186: * 1222 Blanket Agreement *
187: * 1222-1 Blanket Release *
188: * ..... ...... *
189: *--------------------------------------------------------------*/

Line 272: ELSIF (l_document_type = 'STANDARD') THEN

268: l_busdocs_tbl(l_row_index).bus_doc_version := l_document_version;
269:
270: IF (l_document_type IN ('BLANKET', 'CONTRACT')) THEN
271: l_contracts_document_type := 'PA_'||l_document_type;
272: ELSIF (l_document_type = 'STANDARD') THEN
273: l_contracts_document_type := 'PO_'||l_document_type;
274: END IF;
275: l_busdocs_tbl(l_row_index).bus_doc_type := l_contracts_document_type;
276: END IF; -- conterms exist