DBA Data[Home] [Help]

APPS.QP_PREQ_GRP dependencies on QP_LIST_HEADERS_V

Line 29973: FROM qp_list_headers_v a

29969:
29970: -- begin shulin bug 1605829 fix
29971: CURSOR get_request_prclst_name_cur (p_list_header_id PLS_INTEGER) IS
29972: SELECT name
29973: FROM qp_list_headers_v a
29974: WHERE a.list_header_id = p_list_header_id;
29975:
29976: CURSOR get_request_inv_item_id_cur(p_line_index PLS_INTEGER) IS
29977: SELECT qp_number.canonical_to_number(VALUE_FROM)

Line 30058: l_request_price_list_name qp_list_headers_v.name%type;

30054: l_extended_selling_price NUMBER_TYPE;
30055: --[prarasto:Post Round] End : new variables
30056:
30057: -- begin shulin bug 1605829 fix
30058: l_request_price_list_name qp_list_headers_v.name%type;
30059: l_request_uom VARCHAR2(30);
30060: l_request_item_id NUMBER;
30061: l_request_item_name mtl_system_items_vl.concatenated_segments%type;
30062: l_message VARCHAR2(240);