DBA Data[Home] [Help]

APPS.CTO_ENI_WRAPPER SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 44

 |                   inserted into mtl_system_items_b and the INV API is not
 |                   used.
 |
 |                   This file is the wrapper file around the main file that
 |                   inserts into the STAR table.
 |
 |                   Resolution:
 |                   Added a new API, create_config_items that would be called
 |                   when a config item is created.
 |
 |	             Dependency: Please refer to the bug
 |                   CTO files CTOMCFGB.pls and CTOCCFGB.pls are dependent
 |                   on the spec and body
 |
 |                   This is stubbed version.
 |                   Body with actual call to ENi procedure would be in branch
 |                   Stubbed main version is created for CTO pre-req's to be applied
 |                   on releases till 11.5.3 where ENI product doesnot exist
 |
 |                   branch version would only go as part of DBi family pack
 |                   branch version would not be part of DM family pack
 |
 +===========================================================================*/

Procedure CTO_CALL_TO_ENI(p_api_version NUMBER,
                          p_init_msg_list VARCHAR2 := 'F',
                          p_star_record CTO_ENI_WRAPPER.star_rec_type,
                          x_return_status OUT NOCOPY VARCHAR2,
                          x_msg_count OUT NOCOPY NUMBER,
                          x_msg_data OUT NOCOPY VARCHAR2)
IS

BEGIN

     X_RETURN_STATUS := 'S';