DBA Data[Home] [Help]

APPS.PO_MOD_CONTROL_PVT dependencies on STANDARD

Line 501: l_okc_doc_type := 'PO_STANDARD_MOD';

497: l_okc_doc_type := 'PA_BLANKET_MOD';
498: ELSIF l_type_lookup_code = 'CONTRACT' THEN
499: l_okc_doc_type := 'PA_CONTRACT_MOD';
500: ELSE
501: l_okc_doc_type := 'PO_STANDARD_MOD';
502: END IF;
503:
504: p_document_rec.business_document_type := l_okc_doc_type;
505: p_document_rec.business_document_id := p_draft_id;