DBA Data[Home] [Help]

APPS.PO_COPY_DOCUMENTS_S dependencies on PO_ATTRIBUTE_VALUES_PVT

Line 393: ,decode(x_new_document_type, 'QUOTATION', nvl(created_language, PO_ATTRIBUTE_VALUES_PVT.get_base_lang), created_language) --Bug#5401155

389: ,ORG_ID
390: -- Bug 3648268. Using lookup code instead of hardcoded value
391: ,'COPY_DOCUMENT' --
392: ,STYLE_ID --
393: ,decode(x_new_document_type, 'QUOTATION', nvl(created_language, PO_ATTRIBUTE_VALUES_PVT.get_base_lang), created_language) --Bug#5401155
394: from po_headers
395: where po_header_id = x_po_header_id;
396:
397: IF(x_copy_attachments = 'Y') THEN

Line 630: PO_ATTRIBUTE_VALUES_PVT.get_ip_category_id(p_po_category_id => l_po_category_id,

626:
627: -- Bug#5401155
628: -- Get the ip category id: From RFQ you can create only a quote.
629: IF(x_new_document_type = 'QUOTATION') THEN
630: PO_ATTRIBUTE_VALUES_PVT.get_ip_category_id(p_po_category_id => l_po_category_id,
631: x_ip_category_id => l_ip_category_id);
632: END IF;
633:
634: /* create the new line */

Line 857: PO_ATTRIBUTE_VALUES_PVT.create_default_attributes (

853:
854: -- Bug#5401155
855: -- Create the default attributes and translations for the new quotation that is created
856: IF(x_new_document_type = 'QUOTATION') THEN
857: PO_ATTRIBUTE_VALUES_PVT.create_default_attributes (
858: p_doc_type => x_new_document_type,
859: p_po_line_id => x_to_po_line_id,
860: p_req_template_name => NULL,
861: p_req_template_line_num => NULL,