DBA Data[Home] [Help]

APPS.IBY_FD_EXTRACT_GEN_PVT dependencies on AP_DOCUMENT_LINES_V

Line 8: -- 1. AP_DOCUMENT_LINES_V. Referenced by function: Get_Doc_DocLineAgg()

4:
5: --============================================================================
6: -- This package has the following dependencies (compilation) to apps products:
7: -- AP:
8: -- 1. AP_DOCUMENT_LINES_V. Referenced by function: Get_Doc_DocLineAgg()
9: --
10: -- FV:
11: -- 1. FV_FEDERAL_PAYMENT_FIELDS_PKG.get_FEIN(payment_instruction_id).
12: -- Referenced by the same named function in this package.

Line 3002: FROM ap_document_lines_v apdl, iby_docs_payable_all ibydoc,

2998: ),
2999: IBY_FD_EXTRACT_EXT_PUB.Get_Docline_Ext_Agg(ibydoc.document_payable_id, apdl.line_number)
3000: )
3001: )
3002: FROM ap_document_lines_v apdl, iby_docs_payable_all ibydoc,
3003: iby_pay_service_requests ibypsr
3004: WHERE ibydoc.document_payable_id = p_document_payable_id
3005: AND ibydoc.calling_app_doc_unique_ref1 = apdl.calling_app_doc_unique_ref1
3006: AND nvl(ibydoc.calling_app_doc_unique_ref2,-99) = apdl.calling_app_doc_unique_ref2