DBA Data[Home] [Help]

APPS.CSD_LOGISTICS_PVT dependencies on QP_LIST_HEADERS_B

Line 215: FROM qp_list_headers_b

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