DBA Data[Home] [Help]

APPS.JAI_OM_UTILS_PKG dependencies on JAI_CMN_CUS_ADDRESSES

Line 124: JAI_CMN_CUS_ADDRESSES a,

120: SELECT
121: b.operand list_price,
122: c.product_uom_code list_price_uom_code
123: FROM
124: JAI_CMN_CUS_ADDRESSES a,
125: qp_list_lines b,
126: qp_pricing_attributes c
127: WHERE
128: a.customer_id = p_customer_id AND

Line 153: JAI_CMN_CUS_ADDRESSES a,

149: SELECT
150: b.operand list_price,
151: c.product_uom_code list_price_uom_code
152: FROM
153: JAI_CMN_CUS_ADDRESSES a,
154: qp_list_lines b,
155: qp_pricing_attributes c
156: WHERE
157: a.customer_id = p_customer_id AND

Line 178: JAI_CMN_CUS_ADDRESSES a,

174: SELECT
175: b.operand list_price,
176: c.product_uom_code list_price_uom_code
177: FROM
178: JAI_CMN_CUS_ADDRESSES a,
179: qp_list_lines b,
180: qp_pricing_attributes c
181: WHERE
182: a.customer_id = p_customer_id AND