Human Capital Management - EBS (MOSC)

MOSC Banner

Populating Multiple Costing Lines with API

Good Afternoon!

I have an API that I want to use to populate more than one line of costing. The API seems to work without error but when accessing record I get the following:

And this is what the record looks like:

How does the first record work great but others do not? They are the same field structure as the first one.

I have the below procedure for each costing entry:

PROCEDURE CREATE_COSTING_RECORD1 (pLogFile IN UTL_FILE.FILE_TYPE)  IS

 -- Create Costing Record

     l_combination_name        varchar2(100);

     l_cost_allocation_id       number;

     l_cost_effective_start_date    date;

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