DBA Data[Home] [Help]

APPS.PA_OUTPUT_TAX dependencies on PA_AGREEMENTS_ALL

Line 645: FROM PA_AGREEMENTS_ALL

641: nvl(start_date,to_date('01/01/1952', 'DD/MM/YYYY')),
642: nvl(expiration_date,TO_DATE(P_invoice_date,'YYYY/MM/DD'))
643: INTO l_funding_currency_code,
644: l_agreement_start_date, l_agreement_exp_date
645: FROM PA_AGREEMENTS_ALL
646: WHERE agreement_id = p_agreement_id;
647:
648: IF g1_debug_mode = 'Y' THEN
649: PA_MCB_INVOICE_PKG.log_message('GET_DEFAULT_TAX_INFO: ' || 'Funding Currency Code : ' || l_funding_currency_code);