Teleservice - EBS (MOSC)

MOSC Banner

Invalid Business Process ID Error while creating Service Request

edited Jun 15, 2017 10:57PM in Teleservice - EBS (MOSC) 14 commentsAnswered

Hi,

When I run the API for creating service request the error encountered is

API Programming Error (CS_ServiceRequest_PVT.Create_ServiceRequest): The value "" for parameter business_process_id is invalid.


CREATE OR REPLACE procedure APPS.xxsrload as

lx_msg_count NUMBER;

lx_msg_data VARCHAR2(2000);

lx_request_id NUMBER;

lx_request_number VARCHAR2(50);

lx_interaction_id NUMBER;

lx_workflow_process_id NUMBER;

lx_msg_index_out NUMBER;

lx_return_status VARCHAR2(1);

l_service_request_rec CS_ServiceRequest_PUB.service_request_rec_type;

l_notes_table CS_SERVICEREQUEST_PUB.notes_table;

l_contacts_tab CS_SERVICEREQUEST_PUB.contacts_table;

begin

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 Teleservice Tags

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center