DBA Data[Home] [Help]

APPS.GMD_COA_DATA_OM_NEW dependencies on HZ_CUST_SITE_USES_ALL

Line 1487: hz_cust_site_uses_all s,

1483: wsh_delivery_assignments wda,
1484: mtl_parameters ship_from_org,
1485: mtl_system_items_b_kfv msi, --INVCONV
1486: hz_cust_accounts c,
1487: hz_cust_site_uses_all s,
1488: hz_cust_acct_sites_all a,
1489: hz_parties pr
1490: where h.header_id = l.header_id
1491: and l.header_id = wdd.source_header_id

Line 1548: hz_cust_site_uses_all s,

1544: oe_order_lines_all l,
1545: mtl_parameters ship_from_org,
1546: mtl_system_items_b_kfv msi, --INVCONV
1547: hz_cust_accounts c,
1548: hz_cust_site_uses_all s,
1549: hz_cust_acct_sites_all a,
1550: hz_parties pr
1551: where h.header_id = l.header_id
1552: and (p_order_id IS NULL OR h.header_id = p_order_id)