Page 1 of 1

Define Billing Extension

Posted: Wed Dec 31, 2008 8:48 pm
by akumar.oracle
Hi

Can anyone please explain me what does<span id='hl' style='background-color: yellow'> "Billing Extension"</span id='hl'> means in Project.

regards
Arvin

Posted: Fri Jan 02, 2009 1:16 am
by curflea
Hi, Arvin

Oracle provides the extension functionality. You can handle some kinds of business rules within the standard processing, without customizing.
It covers several topic.

Because it is different with customizing, it's not affected by product release upgrade, etc.

To use this functionality, you should know PL/SQL.


For more infomation, refer to oracle user guide 'Oracle Projects APIs, Client Extensions, and Open Interfaces Reference'.


You can see how to download this guide in your other question about project accounting. I wrote an reply that topic.


Regards,
Juan

Posted: Fri Jan 02, 2009 10:12 am
by akumar.oracle
thanks for Juan