DBA Data[Home] [Help]

APPS.XTR_JOURNAL_PROCESS_P dependencies on XTR_COMPANY_AUTHORITIES

Line 687: FROM XTR_COMPANY_AUTHORITIES xca

683: and g.party_code(+) = c.company_code
684: and g.account_number(+) = c.account_no
685: and g.currency(+) = c.currency
686: and e.company_code IN (SELECT xca.party_code
687: FROM XTR_COMPANY_AUTHORITIES xca
688: WHERE xca.DEALER_CODE = xtr_user_access.dealer_code
689: AND xca.COMPANY_AUTHORISED_FOR_INPUT = 'Y' ) -- bug 5605716
690: order by e.deal_type, e.deal_number, e.transaction_number, e.date_type, e.amount_date;
691: