DBA Data[Home] [Help]

APPS.AP_TRIAL_BALANCE_PKG dependencies on AP_TRIAL_BALANCE_PKG

Line 1: PACKAGE BODY AP_TRIAL_BALANCE_PKG AS

1: PACKAGE BODY AP_TRIAL_BALANCE_PKG AS
2: /* $Header: aptrbalb.pls 120.2 2004/06/04 23:09:22 yicao noship $ */
3:
4: /*=============================================================================
5: This is the main entry routine for the Trial Balance Report. This function will

Line 413: || ' Ap_Trial_Balance_Pkg.Get_Invoice_Amount ( '

409: || ' ael.third_party_id vendor_id, '
410: || ' aeh.set_of_books_id set_of_books_id, '
411: || ' ael.org_id org_id, '
412: || ' '||p_request_id||' request_id, '
413: || ' Ap_Trial_Balance_Pkg.Get_Invoice_Amount ( '
414: || ' aeh.set_of_books_id, '
415: || ' ai.invoice_id, '
416: || ' ai.invoice_amount, '
417: || ' NVL(ai.exchange_rate,1)) invoice_amount '

Line 441: || ' Ap_Trial_Balance_Pkg.Get_Invoice_Amount ( '

437: || ' ael.third_party_id, '
438: || ' aeh.set_of_books_id, '
439: || ' ael.org_id, '
440: || ' '||p_request_id||', '
441: || ' Ap_Trial_Balance_Pkg.Get_Invoice_Amount ( '
442: || ' aeh.set_of_books_id, '
443: || ' ai.invoice_id, '
444: || ' ai.invoice_amount, '
445: || ' NVL(ai.exchange_rate,1)) '

Line 458: || ' Ap_Trial_Balance_Pkg.Get_Invoice_Amount ( '

454: || ' ai.vendor_id vendor_id, '
455: || ' aeh.set_of_books_id set_of_books_id, '
456: || ' ael.org_id org_id, '
457: || ' '||p_request_id||' request_id, '
458: || ' Ap_Trial_Balance_Pkg.Get_Invoice_Amount ( '
459: || ' aeh.set_of_books_id, '
460: || ' ai.invoice_id, '
461: || ' ai.invoice_amount, '
462: || ' NVL(ai.exchange_rate,1)) invoice_amount '

Line 488: || ' Ap_Trial_Balance_Pkg.Get_Invoice_Amount ( '

484: || ' ai.vendor_id, '
485: || ' aeh.set_of_books_id, '
486: || ' ael.org_id, '
487: || ' '||p_request_id||', '
488: || ' Ap_Trial_Balance_Pkg.Get_Invoice_Amount ( '
489: || ' aeh.set_of_books_id, '
490: || ' ai.invoice_id, '
491: || ' ai.invoice_amount, '
492: || ' NVL(ai.exchange_rate,1)) '

Line 560: || ' Ap_Trial_Balance_Pkg.Get_Invoice_Amount ( '

556: || ' ael.third_party_id vendor_id, '
557: || ' aeh.set_of_books_id set_of_books_id, '
558: || ' ael.org_id org_id, '
559: || ' '||p_request_id||' request_id, '
560: || ' Ap_Trial_Balance_Pkg.Get_Invoice_Amount ( '
561: || ' aeh.set_of_books_id, '
562: || ' ai.invoice_id, '
563: || ' ai.invoice_amount, '
564: || ' NVL(ai.exchange_rate,1)) invoice_amount '

Line 589: || ' Ap_Trial_Balance_Pkg.Get_Invoice_Amount ( '

585: || ' ael.third_party_id, '
586: || ' aeh.set_of_books_id, '
587: || ' ael.org_id, '
588: || ' '||p_request_id||', '
589: || ' Ap_Trial_Balance_Pkg.Get_Invoice_Amount ( '
590: || ' aeh.set_of_books_id, '
591: || ' ai.invoice_id, '
592: || ' ai.invoice_amount, '
593: || ' NVL(ai.exchange_rate,1)) '

Line 606: || ' Ap_Trial_Balance_Pkg.Get_Invoice_Amount ( '

602: || ' ai.vendor_id vendor_id, '
603: || ' aeh.set_of_books_id set_of_books_id, '
604: || ' ael.org_id org_id, '
605: || ' '||p_request_id||' request_id, '
606: || ' Ap_Trial_Balance_Pkg.Get_Invoice_Amount ( '
607: || ' aeh.set_of_books_id, '
608: || ' ai.invoice_id, '
609: || ' ai.invoice_amount, '
610: || ' NVL(ai.exchange_rate,1)) invoice_amount '

Line 637: || ' Ap_Trial_Balance_Pkg.Get_Invoice_Amount ( '

633: || ' ai.vendor_id, '
634: || ' aeh.set_of_books_id, '
635: || ' ael.org_id, '
636: || ' '||p_request_id||', '
637: || ' Ap_Trial_Balance_Pkg.Get_Invoice_Amount ( '
638: || ' aeh.set_of_books_id, '
639: || ' ai.invoice_id, '
640: || ' ai.invoice_amount, '
641: || ' NVL(ai.exchange_rate,1)) '

Line 1153: END AP_TRIAL_BALANCE_PKG;

1149:
1150:
1151:
1152:
1153: END AP_TRIAL_BALANCE_PKG;