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: -- added by Allen Yang for bug 9666476 28-apr-2010, begin
78: lv_shippable_flag VARCHAR2(1);
79:

Line 116: from JAI_OM_OE_SO_LINES

112: -- added by sriram - bug # 2798596
113:
114: cursor c_sales_order_cur is
115: select quantity ,service_type_code /* added by ssawant for bug 5879769 */
116: from JAI_OM_OE_SO_LINES
117: where line_id = p_new_reference_line_id;
118:
119: Cursor C_SO_TAX_AMOUNT (p_tax_id JAI_CMN_TAXES_ALL.tax_id%type) is
120: select tax_amount