DBA Data[Home] [Help]

APPS.QP_ADD_ITEM_PRCLIST_PVT dependencies on QP_LIST_HEADERS_ALL_B

Line 445: FROM qp_list_headers_all_b

441: from dual;
442: -- 10185331
443: SELECT orig_system_header_ref INTO
444: l_orig_sys_header_ref
445: FROM qp_list_headers_all_b
446: WHERE list_header_id = p_price_list_id;
447: -- 10185331
448: insert
449: into qp_list_lines

Line 620: FROM qp_list_headers_all_b

616: and mtl.organization_id = p_organization_id;
617: -- 10185331
618: SELECT orig_system_header_ref INTO
619: l_orig_sys_header_ref
620: FROM qp_list_headers_all_b
621: WHERE list_header_id = p_price_list_id;
622: -- 10185331
623:
624: insert