DBA Data[Home] [Help]

APPS.GMD_COA_DATA_OM_NEW dependencies on HZ_CUST_SITE_USES_ALL

Line 1579: hz_cust_site_uses_all s,

1575: wsh_delivery_assignments wda,
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

Line 1662: hz_cust_site_uses_all s,

1658: wsh_delivery_assignments wda,
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

Line 1724: hz_cust_site_uses_all s,

1720: oe_order_lines_all l,
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)