DBA Data[Home] [Help]

APPS.CSI_INTERFACE_PKG dependencies on HZ_CUST_ACCOUNTS

Line 2906: FROM hz_cust_accounts

2902: nvl(l_partner_rec.ib_owner,'!@#') <> 'INSTALL_BASE'
2903: THEN
2904: SELECT party_id
2905: INTO x_source_line_rec.owner_party_id
2906: FROM hz_cust_accounts
2907: WHERE cust_account_id = x_source_line_rec.owner_party_account_id;
2908: END IF;
2909:
2910:

Line 3039: FROM hz_cust_accounts

3035:
3036: IF x_source_line_rec.owner_party_account_id is not null THEN
3037: SELECT party_id
3038: INTO x_source_line_rec.owner_party_id
3039: FROM hz_cust_accounts
3040: WHERE cust_account_id = x_source_line_rec.owner_party_account_id;
3041: END IF;
3042:
3043: