Projects - EBS (MOSC)

MOSC Banner

How To Load a Project Budget Line Through API in R12 ?

edited Jan 29, 2014 1:54AM in Projects - EBS (MOSC) 2 commentsAnswered

Hello

Could you please let me know how to load the project budget lines through API in R12 system, I am trying with below script but it is not working.

Could you please let me know if you have any solution.

=========================================================================================================================================================================

Script

 

DECLARE

--––variables needed for API standard parameters

   l_api_version_number     NUMBER                                 := 1.0;

   l_commit                 VARCHAR2 (1)                           := 'T';

   l_return_status          VARCHAR2 (1);

   l_init_msg_list          VARCHAR2 (1);

   l_msg_count              NUMBER;

   l_msg_data               VARCHAR2 (2000);

   l_data                   VARCHAR2 (2000);

   l_msg_entity             VARCHAR2 (100);

   l_msg_entity_index       NUMBER;

   l_msg_index              NUMBER;

   l_msg_index_out          NUMBER;

   l_encoded                VARCHAR2

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