DBA Data[Home] [Help]

APPS.ZX_TRD_SERVICES_PUB_PKG dependencies on AR_LOCATION_ACCOUNTS_ALL

Line 3215: from ar_location_accounts_all

3211: Cursor get_loc_account_ccid(p_loc_segment_id number, p_org_id number) is
3212: select tax_account_ccid, interim_tax_ccid, adj_ccid, edisc_ccid,
3213: unedisc_ccid, finchrg_ccid, adj_non_rec_tax_ccid, edisc_non_rec_tax_ccid,
3214: unedisc_non_rec_tax_ccid, finchrg_non_rec_tax_ccid
3215: from ar_location_accounts_all
3216: where location_segment_id = p_loc_segment_id
3217: and org_id = p_org_id;
3218:
3219: Cursor get_zx_account_ccid(c_tax_account_entity_id number, c_tax_account_entity_code varchar2, c_org_id number,