DBA Data[Home] [Help]

APPS.CSI_ORDER_FULFILL_PUB dependencies on HZ_CUST_ACCOUNTS

Line 9395: FROM hz_cust_accounts

9391: -- IF l_order_line_rec.sold_to_org_id is not null THEN
9392: IF nvl(l_end_customer_id,fnd_api.g_miss_num) <> fnd_api.g_miss_num THEN
9393: SELECT party_id
9394: INTO l_owner_party_id
9395: FROM hz_cust_accounts
9396: WHERE cust_account_id = l_end_customer_id;
9397: l_default_info_rec.owner_party_acct_id := l_end_customer_id;
9398: l_default_info_rec.owner_party_id := l_owner_party_id;
9399: END IF;