DBA Data[Home] [Help]

APPS.GMD_COA_DATA_OM_NEW dependencies on HZ_CUST_ACCT_SITES_ALL

Line 1580: hz_cust_acct_sites_all a,

1576: mtl_parameters ship_from_org,
1577: mtl_system_items_b_kfv msi, --INVCONV
1578: hz_cust_accounts c,
1579: hz_cust_site_uses_all s,
1580: hz_cust_acct_sites_all a,
1581: hz_parties pr
1582: where h.header_id = l.header_id
1583: and l.header_id = wdd.source_header_id
1584: and l.line_id = wdd.source_line_id

Line 1663: hz_cust_acct_sites_all a,

1659: mtl_parameters ship_from_org,
1660: mtl_system_items_b_kfv msi, --INVCONV
1661: hz_cust_accounts c,
1662: hz_cust_site_uses_all s,
1663: hz_cust_acct_sites_all a,
1664: hz_parties pr
1665: where h.header_id = l.header_id
1666: and l.header_id = wdd.source_header_id
1667: and l.line_id = wdd.source_line_id

Line 1725: hz_cust_acct_sites_all a,

1721: mtl_parameters ship_from_org,
1722: mtl_system_items_b_kfv msi, --INVCONV
1723: hz_cust_accounts c,
1724: hz_cust_site_uses_all s,
1725: hz_cust_acct_sites_all a,
1726: hz_parties pr
1727: where h.header_id = l.header_id
1728: and (p_order_id IS NULL OR h.header_id = p_order_id)
1729: and (p_org_id IS NULL OR a.org_id = p_org_id)