Payables and Cash Management - EBS (MOSC)

MOSC Banner

API for Miscellaneous Accrual Write Off

edited Mar 30, 2016 5:17AM in Payables and Cash Management - EBS (MOSC) 1 commentAnswered

Trying to determine if there is an API to automate the AP Miscellaneous Accrual write off process.  We have thousands of records....and growing.

Please, if it does exists, what is the api's name?

Tried Internet but no luck.

http://irep.oracle.com/index.html

API User Notes - HTML Format [ID 236937.1]

I've tried this search:

select substr(a.OWNER,1,20)

, substr(a.NAME,1,30)

, substr(a.TYPE,1,20)

, substr(u.status,1,10) Stat

, u.last_ddl_time

, substr(text,1,80) Description

from dba_source a, dba_objects u

WHERE 2=2

and u.object_name = a.name

and a.text like '%Header%'

and a.type = u.object_type

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center