DBA Data[Home] [Help]

APPS.CSI_INTERFACE_PKG dependencies on HZ_CUST_ACCOUNTS

Line 2872: FROM hz_cust_accounts

2868: nvl(l_partner_rec.ib_owner,'!@#') <> 'INSTALL_BASE'
2869: THEN
2870: SELECT party_id
2871: INTO x_source_line_rec.owner_party_id
2872: FROM hz_cust_accounts
2873: WHERE cust_account_id = x_source_line_rec.owner_party_account_id;
2874: END IF;
2875:
2876:

Line 3005: FROM hz_cust_accounts

3001:
3002: IF x_source_line_rec.owner_party_account_id is not null THEN
3003: SELECT party_id
3004: INTO x_source_line_rec.owner_party_id
3005: FROM hz_cust_accounts
3006: WHERE cust_account_id = x_source_line_rec.owner_party_account_id;
3007: END IF;
3008:
3009: