Depot Repair - EBS (MOSC)

MOSC Banner

Adding Logistics line to Repair Order using csd_logisics_pvt.create_logistics_line errors

Hi All,

I'm adding a logistics line to a Repair Order using the API

csd_logistics_pvt.create_logistics_line

The API call returns a status of 'E' but there are no messages the message count is 0 and the message data is null. Are there any other ways to debug the error?


code snippet below:


    csd_logistics_pvt.create_logistics_line(

         p_api_version      => 1.0,

         p_commit           => fnd_api.g_false, -- fnd_api.g_true

         p_init_msg_list    => fnd_api.g_true,

         p_validation_level => FND_API.G_VALID_LEVEL_FULL, --NULL,

         x_return_status    => v_return_status_rma,

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

EBS Depot Tags

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center