Field Service - EBS (MOSC)

MOSC Banner

CSF_DEBRIEF_PUB.CREATE_DEBRIEF_LINES - How to Get the Debrief Line ID API Created?

edited Jun 12, 2019 3:26PM in Field Service - EBS (MOSC) 1 commentAnswered

I am successfully calling the CSF_DEBRIEF_PUB.CREATE_DEBRIEF_LINES to create debrief lines.  I am passing the debrief header ID that I already have and letting the API determine the debrief line ID to use.

What I have not determined is how to get the DEBRIEF_LINE_ID that was created each time I call the API.

If I call the API as such:

                    l_debrief_line_tbl_type := CSF_DEBRIEF_PUB.G_MISS_DEBRIEF_LINE_TBL;

                    l_debrief_line_tbl_type(1).DEBRIEF_HEADER_ID            := R3.DEBRIEF_HEADER_ID;

                    l_debrief_line_tbl_type(1).SERVICE_DATE                    := SYSDATE;

                    l_debrief_line_tbl_type(1).BUSINESS_PROCESS_ID            := R3.BUSINESS_PROCESS_ID;      

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