Human Capital Management - EBS (MOSC)

MOSC Banner

API Issues

edited Jul 1, 2013 3:36AM in Human Capital Management - EBS (MOSC) 6 commentsAnswered
Hi Team,

I am trying to get the code combination id through below program.It is working fine in APPS scema and not working in Custom Schema

and got the below messages .Please suggest me anyone on this issue

declare
LN_CC_ID number;
LV_CONCAT_SEGMENTS_OUT  varchar2(222);
begin
hr_kflex_utility.ins_or_sel_keyflex_comb(p_appl_short_name        => 'SQLGL'
                                              ,P_FLEX_CODE              => 'GL#'
                                            ,P_FLEX_NUM               => 50354 ---ln_flex_num
                                              ,p_concat_segments_in     =>'10000.0000.1002.5211101.00000.00000000'--- p_conc_segments
                                              ,P_CCID                   => LN_CC_ID
                                              ,P_CONCAT_SEGMENTS_OUT    => LV_CONCAT_SEGMENTS_OUT
                                             );
 insert into TEST_4 values (LN_CC_ID);

Tagged:

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