DBA Data[Home] [Help]

APPS.IEX_DEL_SUB_PVT dependencies on STANDARD

Line 31: -- Standard Start of API savepoint

27: nCount NUMBER;
28:
29: BEGIN
30:
31: -- Standard Start of API savepoint
32: SAVEPOINT Add_Rec;
33:
34: -- Standard call to check for call compatibility.
35: IF NOT FND_API.Compatible_API_Call(l_api_version_number,

Line 34: -- Standard call to check for call compatibility.

30:
31: -- Standard Start of API savepoint
32: SAVEPOINT Add_Rec;
33:
34: -- Standard call to check for call compatibility.
35: IF NOT FND_API.Compatible_API_Call(l_api_version_number,
36: p_api_version,
37: l_api_name,
38: G_PKG_NAME)

Line 265: -- Standard check for p_commit

261:
262: END LOOP;
263: END IF; -- p_object_type
264:
265: -- Standard check for p_commit
266: IF FND_API.to_Boolean(p_commit)
267: THEN
268: COMMIT WORK;
269: ELSE

Line 330: -- Standard Start of API savepoint

326: nCount NUMBER;
327:
328: BEGIN
329:
330: -- Standard Start of API savepoint
331: SAVEPOINT remove_Rec;
332:
333: -- Standard call to check for call compatibility.
334: IF NOT FND_API.Compatible_API_Call(l_api_version_number,

Line 333: -- Standard call to check for call compatibility.

329:
330: -- Standard Start of API savepoint
331: SAVEPOINT remove_Rec;
332:
333: -- Standard call to check for call compatibility.
334: IF NOT FND_API.Compatible_API_Call(l_api_version_number,
335: p_api_version,
336: l_api_name,
337: G_PKG_NAME)

Line 374: -- Standard check for p_commit

370: WHERE WRITEOFF_INVOICE_ID = p_id_tbl(cnt) ;
371:
372: End If ;
373:
374: -- Standard check for p_commit
375: IF FND_API.to_Boolean(p_commit)
376: THEN
377: COMMIT WORK;
378: ELSE

Line 446: -- Standard Start of API savepoint

442: l_api_name varchar2(50) := 'add_all_Rec';
443: v_id_tbl IEX_UTILITIES.T_NUMBERS ;
444: BEGIN
445:
446: -- Standard Start of API savepoint
447: SAVEPOINT add_all_Rec;
448:
449: -- Standard call to check for call compatibility.
450: IF NOT FND_API.Compatible_API_Call(l_api_version_number,

Line 449: -- Standard call to check for call compatibility.

445:
446: -- Standard Start of API savepoint
447: SAVEPOINT add_all_Rec;
448:
449: -- Standard call to check for call compatibility.
450: IF NOT FND_API.Compatible_API_Call(l_api_version_number,
451: p_api_version,
452: l_api_name,
453: G_PKG_NAME)

Line 569: -- Standard Start of API savepoint

565: IS
566: l_api_name varchar2(50) := 'remove_all_Rec';
567: BEGIN
568:
569: -- Standard Start of API savepoint
570: SAVEPOINT remove_all_Rec;
571:
572: -- Standard call to check for call compatibility.
573: IF NOT FND_API.Compatible_API_Call(l_api_version_number,

Line 572: -- Standard call to check for call compatibility.

568:
569: -- Standard Start of API savepoint
570: SAVEPOINT remove_all_Rec;
571:
572: -- Standard call to check for call compatibility.
573: IF NOT FND_API.Compatible_API_Call(l_api_version_number,
574: p_api_version,
575: l_api_name,
576: G_PKG_NAME)

Line 607: -- Standard check for p_commit

603: SET ACTIVE_YN = 'N'
604: WHERE DELINQUENCY_ID = p_del_id ;
605:
606: End IF ;
607: -- Standard check for p_commit
608: IF FND_API.to_Boolean(p_commit)
609: THEN
610: COMMIT WORK;
611: ELSE

Line 724: -- Standard Start of API savepoint

720: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
721: IEX_DEBUG_PUB.LOGMESSAGE('Start_Workflow: ' || 'Passed User Id >> ' || Nvl(to_char(p_user_id), 'NULL'));
722: END IF;
723:
724: -- Standard Start of API savepoint
725: SAVEPOINT DEL_ASSET;
726:
727: -- Standard call to check for call compatibility.
728: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

Line 727: -- Standard call to check for call compatibility.

723:
724: -- Standard Start of API savepoint
725: SAVEPOINT DEL_ASSET;
726:
727: -- Standard call to check for call compatibility.
728: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
729: p_api_version,
730: l_api_name,
731: G_PKG_NAME)

Line 906: -- Standard call to get message count and if count is 1, get message info.

902: IEX_DEBUG_PUB.LogMessage('PUB: ' || l_api_name || ' end');
903: IEX_DEBUG_PUB.LogMessage('End time:'
904: || TO_CHAR(SYSDATE, 'HH24:MI:SSSSS'));
905:
906: -- Standard call to get message count and if count is 1, get message info.
907: FND_MSG_PUB.Count_And_Get
908: ( p_count => x_msg_count,
909: p_data => x_msg_data
910: );