DBA Data[Home] [Help]

APPS.JAI_OM_TAX_PKG dependencies on QP_LIST_LINES

Line 3482: FROM JAI_CMN_CUS_ADDRESSES a, QP_LIST_LINES b, qp_pricing_attributes c

3478: CURSOR Get_Assessable_Value_Cur(p_customer_id Number,p_address_id Number, p_inventory_item_id Number,
3479: p_uom_code Varchar2, p_ordered_date date ) IS -- p_ordered_date variable name is misleading but the actual value it get is the SYSDATE
3480: SELECT b.operand list_price,
3481: c.product_uom_code list_price_uom_code
3482: FROM JAI_CMN_CUS_ADDRESSES a, QP_LIST_LINES b, qp_pricing_attributes c
3483: WHERE a.customer_id = p_customer_id
3484: AND a.address_id = p_address_id
3485: AND a.price_list_id = b.LIST_header_ID
3486: AND c.list_line_id = b.list_line_id