DBA Data[Home] [Help]

APPS.PO_MASS_UPDATE dependencies on STANDARD

Line 184: * 1234 Standard Purchase Order *

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

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

250: l_busdocs_tbl(l_row_index).bus_doc_version := l_document_version;
251:
252: IF (l_document_type IN ('BLANKET', 'CONTRACT')) THEN
253: l_contracts_document_type := 'PA_'||l_document_type;
254: ELSIF (l_document_type = 'STANDARD') THEN
255: l_contracts_document_type := 'PO_'||l_document_type;
256: END IF;
257: l_busdocs_tbl(l_row_index).bus_doc_type := l_contracts_document_type;
258: END IF; -- conterms exist