Receivables - EBS (MOSC)

MOSC Banner

R12 Credit Management: Case folder: user-defined data points

edited Jun 20, 2010 6:11PM in Receivables - EBS (MOSC) Question
 Hi,

 

I need an Additional data Point (ADP), this ADP will show the Last Credit Application Date.

When I create the function, how can I use the customer for me new application and to be able to relate it with my function

--

--Code Example

--

cursor C_lstdate is

select CREATION_DATE_TIME

from AR_CMGT_CASE_FOLDERS

where CUST_ACCOUNT_ID = ".....";

--(in "....." I don't know how to make reference to the customer_id of the application in process, Use Oracle internal variables to use in the PL/SQL block? about the application in process.)

--

I know in forms we need : to refer a variable in specific block, :dateblk.day, but in this case in my function I don't know how to make reference to internal variable for the party_id.

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