DBA Data[Home] [Help]

APPS.CSD_LOGISTICS_PVT dependencies on QP_LIST_HEADERS_B

Line 211: FROM qp_list_headers_b

207: -- Define a cursor that gets currency code for a given Price List Id
208: -- VP:SU:03/01
209: Cursor PL_CurrencyCode_Cur_Type(p_Price_List_Id Number) Is
210: SELECT currency_code
211: FROM qp_list_headers_b
212: WHERE list_header_id = p_price_list_id;
213:
214: BEGIN
215: -- Procedure Body