DBA Data[Home] [Help]

APPS.OE_DEFAULT_LINE dependencies on HZ_CUST_ACCOUNTS

Line 4915: FROM hz_cust_accounts cust_acct,

4911: IF l_exists = 'Y' THEN
4912: BEGIN
4913: SELECT party.party_type
4914: INTO l_party_type
4915: FROM hz_cust_accounts cust_acct,
4916: hz_parties party
4917: WHERE party.party_id = cust_acct.party_id
4918: AND cust_acct.cust_account_id = l_in_rec.sold_to_org_id;
4919: EXCEPTION WHEN NO_DATA_FOUND THEN