DBA Data[Home] [Help]

APPS.OE_ACKNOWLEDGMENT_PUB dependencies on HZ_CUST_SITE_USES_ALL

Line 1629: From hz_cust_acct_sites_all a, hz_cust_site_uses_all b, hz_cust_accounts c

1625: -- { Start step 1 and 2
1626: -- Select the party_id and party_side id for the
1627: Select /* MOAC_SQL_CHANGE */ a.cust_acct_site_id, a.party_site_id, c.party_id
1628: Into l_cust_acct_site_id, l_party_site_id, l_party_id
1629: From hz_cust_acct_sites_all a, hz_cust_site_uses_all b, hz_cust_accounts c
1630: Where a.cust_acct_site_id = b.cust_acct_site_id
1631: And a.cust_account_id = p_customer_id
1632: And a.cust_account_id = c.cust_account_id
1633: /* And NVL(a.org_id,NVL(TO_NUMBER(DECODE(SUBSTRB(USERENV('CLIENT_INFO'),