DBA Data[Home] [Help]

APPS.JAI_OM_RMA_PKG dependencies on JAI_OM_OE_SO_LINES

Line 75: v_service_type_code JAI_OM_OE_SO_LINES.service_type_code%type; /* added by ssawant for bug 5879769 */

71: v_rate_total NUMBER;
72: v_qty_total NUMBER;
73: v_manufacturing JAI_CMN_INVENTORY_ORGS.manufacturing%type; --Added by Nagaraj.s for Bug3113027
74: v_trading JAI_CMN_INVENTORY_ORGS.trading%type; --Added by Nagaraj.s for Bug3113027
75: v_service_type_code JAI_OM_OE_SO_LINES.service_type_code%type; /* added by ssawant for bug 5879769 */
76:
77: CURSOR Localized_Order_Cur(c_delivery_detail_id NUMBER) IS
78: SELECT 1
79: FROM JAI_OM_WSH_LINES_ALL

Line 98: from JAI_OM_OE_SO_LINES

94: -- added by sriram - bug # 2798596
95:
96: cursor c_sales_order_cur is
97: select quantity ,service_type_code /* added by ssawant for bug 5879769 */
98: from JAI_OM_OE_SO_LINES
99: where line_id = p_new_reference_line_id;
100:
101: Cursor C_SO_TAX_AMOUNT (p_tax_id JAI_CMN_TAXES_ALL.tax_id%type) is
102: select tax_amount