DBA Data[Home] [Help]

APPS.CSI_ORDER_FULFILL_PUB dependencies on HZ_CUST_ACCOUNTS

Line 8474: FROM hz_cust_accounts

8470: -- IF l_order_line_rec.sold_to_org_id is not null THEN
8471: IF nvl(l_end_customer_id,fnd_api.g_miss_num) <> fnd_api.g_miss_num THEN
8472: SELECT party_id
8473: INTO l_owner_party_id
8474: FROM hz_cust_accounts
8475: WHERE cust_account_id = l_end_customer_id;
8476: l_default_info_rec.owner_party_acct_id := l_end_customer_id;
8477: l_default_info_rec.owner_party_id := l_owner_party_id;
8478: END IF;