DBA Data[Home] [Help]

APPS.OZF_FUNDS_PUB dependencies on HZ_CUST_ACCOUNTS

Line 1424: FROM oe_invoice_to_orgs_v oito,hz_cust_accounts cust_acct,hz_parties party

1420: WHERE customer_id = p_segment_id;
1421:
1422: CURSOR c_segment_billto (p_segment_id IN NUMBER) IS
1423: SELECT 1
1424: FROM oe_invoice_to_orgs_v oito,hz_cust_accounts cust_acct,hz_parties party
1425: WHERE cust_acct.party_id = party.party_id
1426: AND oito.customer_id = cust_acct.cust_account_id
1427: AND oito.organization_id = p_segment_id;
1428: