DBA Data[Home] [Help]

APPS.JAI_GENERAL_PKG dependencies on JAI_CMN_CUS_ADDRESSES

Line 663: JAI_CMN_CUS_ADDRESSES a,

659: SELECT
660: b.operand list_price,
661: c.product_uom_code list_price_uom_code
662: FROM
663: JAI_CMN_CUS_ADDRESSES a,
664: qp_list_lines b,
665: qp_pricing_attributes c
666: WHERE
667: a.customer_id = p_party_id AND

Line 691: JAI_CMN_CUS_ADDRESSES a,

687: SELECT
688: b.operand list_price,
689: c.product_uom_code list_price_uom_code
690: FROM
691: JAI_CMN_CUS_ADDRESSES a,
692: qp_list_lines b,
693: qp_pricing_attributes c
694: WHERE
695: a.customer_id = p_party_id AND

Line 715: JAI_CMN_CUS_ADDRESSES a,

711: SELECT
712: b.operand list_price,
713: c.product_uom_code list_price_uom_code
714: FROM
715: JAI_CMN_CUS_ADDRESSES a,
716: qp_list_lines b,
717: qp_pricing_attributes c
718: WHERE
719: a.customer_id = p_party_id AND