DBA Data[Home] [Help]

APPS.CS_SR_INTERFACE_CP dependencies on FND_CONCURRENT

Line 14: -- The function fnd_concurrent.set_completion_status

10: --
11: -- IN OUT
12: -- errbuf : This parameter is not used but is a standard
13: -- parameter for concurrent program procedures.
14: -- The function fnd_concurrent.set_completion_status
15: -- is called instead.
16: -- errcode : This parameter is not used but is a standard
17: -- parameter for concurrent program procedures.
18: -- The function fnd_concurrent.set_completion_status

Line 18: -- The function fnd_concurrent.set_completion_status

14: -- The function fnd_concurrent.set_completion_status
15: -- is called instead.
16: -- errcode : This parameter is not used but is a standard
17: -- parameter for concurrent program procedures.
18: -- The function fnd_concurrent.set_completion_status
19: -- is called instead.
20: --
21: -- IN
22: -- p_incident_id : Indicates that all the cost records for this SR needs

Line 2122: l_ret := fnd_concurrent.set_completion_status

2118:
2119: Exception
2120: When l_interface_warning then
2121:
2122: l_ret := fnd_concurrent.set_completion_status
2123: (
2124: 'WARNING'
2125: , SUBSTR(p_msg_data, 1, 240)
2126: );