DBA Data[Home] [Help]

APPS.AP_INVOICES_UTILITY_PKG dependencies on AP_EXPENSE_REPORT_HEADERS

Line 2634: | information from ap expense report headers, if not we should get the

2630: | KNOWN ISSUES:
2631: |
2632: | NOTES
2633: | If the information is available in both the table we should get the
2634: | information from ap expense report headers, if not we should get the
2635: | information from ap invoices. This was added based on the requirement
2636: | from GSI and confirmed by lauren
2637: |
2638: | MODIFICATION HISTORY

Line 2655: FROM ap_expense_report_headers aerh

2651: IF p_source IN ('XpenseXpress', 'SelfService') THEN
2652:
2653: SELECT 'E'
2654: INTO l_return_type
2655: FROM ap_expense_report_headers aerh
2656: WHERE aerh.vouchno = p_invoice_id;
2657:
2658: ELSE
2659: