DBA Data[Home] [Help]

APPS.IEC_IH_HLPR_PVT dependencies on FND_API

Line 59: l_init_msg_list :=FND_API.G_TRUE;

55:
56: l_resource_id NUMBER := 0;
57:
58: BEGIN
59: l_init_msg_list :=FND_API.G_TRUE;
60: l_commit :=FND_API.G_TRUE;
61: l_user_id := NVL(FND_GLOBAL.user_id,-1);
62:
63: IF(L_INTERACTION_INITIAL = 0 ) THEN

Line 60: l_commit :=FND_API.G_TRUE;

56: l_resource_id NUMBER := 0;
57:
58: BEGIN
59: l_init_msg_list :=FND_API.G_TRUE;
60: l_commit :=FND_API.G_TRUE;
61: l_user_id := NVL(FND_GLOBAL.user_id,-1);
62:
63: IF(L_INTERACTION_INITIAL = 0 ) THEN
64:

Line 162: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN

158: p_interaction_rec => l_interaction_rec,
159: p_activities => l_activities_tbl
160: );
161:
162: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
163:
164: -- No point in trying to create the others.
165: -- the only thing we can do here is to log an error message
166: LOG('CREATE_INTERACTION', l_msg_data);

Line 203: l_init_msg_list := FND_API.G_TRUE;

199:
200: l_resource_id NUMBER := 0;
201:
202: BEGIN
203: l_init_msg_list := FND_API.G_TRUE;
204: l_commit := FND_API.G_TRUE;
205: l_user_id := NVL(FND_GLOBAL.user_id,-1);
206:
207: IF (L_MEDIA_LC_INITIAL = 0) THEN

Line 204: l_commit := FND_API.G_TRUE;

200: l_resource_id NUMBER := 0;
201:
202: BEGIN
203: l_init_msg_list := FND_API.G_TRUE;
204: l_commit := FND_API.G_TRUE;
205: l_user_id := NVL(FND_GLOBAL.user_id,-1);
206:
207: IF (L_MEDIA_LC_INITIAL = 0) THEN
208:

Line 248: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN

244: x_msg_data => l_msg_data,
245: p_media_lc_rec => l_media_lc_rec
246: );
247:
248: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
249:
250: -- No point in trying to create the others.
251: -- the only thing we can do here is to log an error message
252: LOG('CREATE_MILCS', l_msg_data);

Line 288: l_commit := FND_API.G_TRUE;

284: l_msg_count NUMBER;
285: l_msg_data VARCHAR2(2000);
286:
287: BEGIN
288: l_commit := FND_API.G_TRUE;
289:
290: JTF_IH_IEC_PVT.CLOSE_AO_CALL
291: (
292: p_Media_id => P_MEDIA_ID,

Line 307: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN

303: x_msg_count => l_msg_count,
304: x_msg_data => l_msg_data
305: );
306:
307: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
308:
309: -- dbms_output.put_line(l_msg_data);
310:
311: -- No point in trying to create the others.