DBA Data[Home] [Help]

APPS.QP_COPY_PRICELIST_PVT dependencies on QP_PRICE_LIST_UTIL

Line 414: l_new_orig_system_hrd_Ref := QP_PRICE_LIST_UTIL.Get_Orig_Sys_Hdr(l_new_discount_header_id);

410: INTO l_new_discount_header_id
411: FROM dual;
412:
413: --bug#6636843
414: l_new_orig_system_hrd_Ref := QP_PRICE_LIST_UTIL.Get_Orig_Sys_Hdr(l_new_discount_header_id);
415:
416: --Discount Header Information
417:
418: INSERT INTO qp_list_headers_all_b

Line 530: --,nvl(ORIG_SYSTEM_HEADER_REF,QP_PRICE_LIST_UTIL.Get_Orig_Sys_Hdr(l_new_discount_header_id))

526: ask_for_flag,
527: currency_header_id, -- Multi-Currency SunilPandey
528: pte_code -- Attribute Manager, Giri
529: --ENH Upgrade BOAPI for orig_sys...ref RAVI
530: --,nvl(ORIG_SYSTEM_HEADER_REF,QP_PRICE_LIST_UTIL.Get_Orig_Sys_Hdr(l_new_discount_header_id))
531: -- Bug 5201918
532: --bug#6636843. Moving this function call to before the query and storing the value in a
533: --variable and then using it.
534: --,QP_PRICE_LIST_UTIL.Get_Orig_Sys_Hdr(l_new_discount_header_id)

Line 534: --,QP_PRICE_LIST_UTIL.Get_Orig_Sys_Hdr(l_new_discount_header_id)

530: --,nvl(ORIG_SYSTEM_HEADER_REF,QP_PRICE_LIST_UTIL.Get_Orig_Sys_Hdr(l_new_discount_header_id))
531: -- Bug 5201918
532: --bug#6636843. Moving this function call to before the query and storing the value in a
533: --variable and then using it.
534: --,QP_PRICE_LIST_UTIL.Get_Orig_Sys_Hdr(l_new_discount_header_id)
535: ,l_new_orig_system_hrd_Ref
536: --fix for bug 4673872
537: FROM qp_list_headers_b
538: WHERE list_header_id = qp_from_discounts_rec.list_header_id;