Oracle AP Invoice APIs】的更多相关文章

 These APIs are handful when you want to do Insert, Update or Delete programmatically for some business requirements (rare cases!) API Name Procedure Name Description AP_AI_TABLE_HANDLER_PKG insert_row Inserts a row in AP_INVOICES_ALL   update_row…
--1.Invoice创建时生成数据如下表 --Invoice主表 SELECT * FROM AP_INVOICES_ALL A WHERE A.INVOICE_NUM = '20111213001'; --Invoice分配表 SELECT * FROM AP_INVOICE_DISTRIBUTIONS_ALL B WHERE B.INVOICE_ID = 697444; --Invoice付款计划表 SELECT * FROM AP_PAYMENT_SCHEDULES_ALL C WHER…
-- 增加行 DECLARE v_row_id VARCHAR2(1000); v_line_number number; g_user_id CONSTANT NUMBER := fnd_global.user_id; g_login_id CONSTANT NUMBER := fnd_global.conc_login_id; g_request_id CONSTANT NUMBER := fnd_global.conc_request_id; g_prog_appl_id CONSTANT…
/*l_return_status:S l_msg_count:0 l_msg_data: l_vendor_id:133003 l_party_id:236055  */ DECLARE    l_return_status );    l_msg_count     NUMBER;    l_msg_data      );    l_vendor_rec    ap_vendor_pub_pkg.r_vendor_rec_type;    l_vendor_id     NUMBER;  …
FROM:http://blog.csdn.net/pan_tian/article/details/7754598 API To Find Sales Order's Subtotal,discount,charges and Tax (OE_OE_TOTALS_SUMMARY.ORDER_TOTALS) API for Cancelling the Purchase Order (PO) Document (PO_DOCUMENT_CONTROL_PUB.CONTROL_DOCUMENT)…
General Ledger Useful SQL Scripts – Oracle Applications 11i Contents GL Set of Books Configuration Overview                                                                                                       1 GL Summary Account Template Definition…
Skip Headers Oracle Global Finanicals Oracle Global Financials Technical Reference Manual Release 11i         Globalization Flexfields This document describes the globalization flexfields that store certain pieces of country- and region-specific info…
Overview Oracle E-Business Suite Integrated SOA Gateway allows you to use PL/SQL application programming interfaces (APIs) to insert or update data in Oracle E-Business Suite. APIs are stored procedures that let you update or retrieve data from Oracl…
Skip Headers Oracle Global Finanicals Oracle Global Financials Technical Reference Manual Release 11i         Globalization Flexfields This document describes the globalization flexfields that store certain pieces of country- and region-specific info…
***************************************************** Author: Flyingkite Blog:   http://space.itpub.net/?7434747 ***************************************************** =====================以下50条笔记为本人亲自整理====================== 1. 在11.5.10下的Responsibili…