DBA Data[Home] [Help]

APPS.OE_DEFAULT_LINE dependencies on HZ_CUST_ACCOUNTS

Line 4765: FROM hz_cust_accounts cust_acct,

4761: IF l_exists = 'Y' THEN
4762: BEGIN
4763: SELECT party.party_type
4764: INTO l_party_type
4765: FROM hz_cust_accounts cust_acct,
4766: hz_parties party
4767: WHERE party.party_id = cust_acct.party_id
4768: AND cust_acct.cust_account_id = l_in_rec.sold_to_org_id;
4769: EXCEPTION WHEN NO_DATA_FOUND THEN