DBA Data[Home] [Help]

APPS.IBY_FD_EXTRACT_GEN_PVT dependencies on IBY_PAY_SERVICE_REQUESTS

Line 3003: iby_pay_service_requests ibypsr

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
3007: AND nvl(ibydoc.calling_app_doc_unique_ref3,-99) = apdl.calling_app_doc_unique_ref3