DBA Data[Home] [Help]

APPS.ZX_TRD_SERVICES_PUB_PKG dependencies on AR_LOCATION_ACCOUNTS_ALL

Line 3405: from ar_location_accounts_all

3401: Cursor get_loc_account_ccid(p_loc_segment_id number, p_org_id number) is
3402: select tax_account_ccid, interim_tax_ccid, adj_ccid, edisc_ccid,
3403: unedisc_ccid, finchrg_ccid, adj_non_rec_tax_ccid, edisc_non_rec_tax_ccid,
3404: unedisc_non_rec_tax_ccid, finchrg_non_rec_tax_ccid
3405: from ar_location_accounts_all
3406: where location_segment_id = p_loc_segment_id
3407: and org_id = p_org_id;
3408:
3409: Cursor get_zx_account_ccid(c_tax_account_entity_id number, c_tax_account_entity_code varchar2, c_org_id number,