DBA Data[Home] [Help]

APPS.QP_PREQ_GRP dependencies on QP_LIST_HEADERS_V

Line 35545: FROM qp_list_headers_v a

35541:
35542: -- begin shulin bug 1605829 fix
35543: CURSOR get_request_prclst_name_cur (p_list_header_id PLS_INTEGER) IS
35544: SELECT name
35545: FROM qp_list_headers_v a
35546: WHERE a.list_header_id = p_list_header_id;
35547:
35548: CURSOR get_request_inv_item_id_cur(p_line_index PLS_INTEGER) IS
35549: SELECT qp_number.canonical_to_number(VALUE_FROM)

Line 35631: l_request_price_list_name qp_list_headers_v.name%type;

35627: l_extended_selling_price NUMBER_TYPE;
35628: --[prarasto:Post Round] End : new variables
35629:
35630: -- begin shulin bug 1605829 fix
35631: l_request_price_list_name qp_list_headers_v.name%type;
35632: l_request_uom VARCHAR2(30);
35633: l_request_item_id NUMBER;
35634: l_request_item_name mtl_system_items_vl.concatenated_segments%type;
35635: l_message VARCHAR2(240);