DBA Data[Home] [Help]

APPS.IEX_FILTER_PUB dependencies on STANDARD

Line 284: -- Standard call to get message count and IF count is 1, get message info.

280: ************************************************/
281:
282:
283: x_return_status := l_return_status;
284: -- Standard call to get message count and IF count is 1, get message info.
285: FND_MSG_PUB.Count_And_Get
286: ( p_count => x_msg_count,
287: p_data => x_msg_data
288: );

Line 345: -- Standard Start of API savepoint

341: l_object_filter_id NUMBER ;
342:
343:
344: BEGIN
345: -- Standard Start of API savepoint
346: SAVEPOINT CREATE_OBJECT_FILTER_PVT;
347:
348: l_FILTER_REC := P_FILTER_REC;
349: -- Standard call to check for call compatibility.

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

345: -- Standard Start of API savepoint
346: SAVEPOINT CREATE_OBJECT_FILTER_PVT;
347:
348: l_FILTER_REC := P_FILTER_REC;
349: -- Standard call to check for call compatibility.
350: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
351: p_api_version,
352: l_api_name,
353: G_PKG_NAME)

Line 416: -- Standard check for p_commit

412: --
413: -- End of API body
414: --
415:
416: -- Standard check for p_commit
417: IF FND_API.to_Boolean( p_commit )
418: THEN
419: COMMIT WORK;
420: END IF;

Line 425: -- Standard call to get message count and IF count is 1, get message info.

421:
422: -- Debug Message
423: iex_dunning_pvt.WriteLog('iexpfilb:CreateFilter:end');
424:
425: -- Standard call to get message count and IF count is 1, get message info.
426: FND_MSG_PUB.Count_And_Get
427: ( p_count => x_msg_count,
428: p_data => x_msg_data
429: );

Line 513: -- Standard Start of API savepoint

509: where object_filter_id = in_filter_id
510: FOR UPDATE NOWAIT;
511:
512: BEGIN
513: -- Standard Start of API savepoint
514: SAVEPOINT UPDATE_OBJECT_FILTER_PVT;
515:
516: l_FILTER_REC := P_FILTER_REC;
517: -- Standard call to check for call compatibility.

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

513: -- Standard Start of API savepoint
514: SAVEPOINT UPDATE_OBJECT_FILTER_PVT;
515:
516: l_FILTER_REC := P_FILTER_REC;
517: -- Standard call to check for call compatibility.
518: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
519: p_api_version,
520: l_api_name,
521: G_PKG_NAME)

Line 657: -- Standard check for p_commit

653: --
654: -- End of API body
655: --
656:
657: -- Standard check for p_commit
658: IF FND_API.to_Boolean( p_commit )
659: THEN
660: COMMIT WORK;
661: END IF;

Line 666: -- Standard call to get message count and IF count is 1, get message info.

662:
663: -- Debug Message
664: iex_dunning_pvt.WriteLog('iexpfilb:UpdateFilter:end');
665:
666: -- Standard call to get message count and IF count is 1, get message info.
667: FND_MSG_PUB.Count_And_Get
668: ( p_count => x_msg_count,
669: p_data => x_msg_data
670: );

Line 730: -- Standard Start of API savepoint

726: FROM IEX_OBJECT_FILTERS
727: WHERE OBJECT_FILTER_ID = IN_FILTER_ID;
728:
729: BEGIN
730: -- Standard Start of API savepoint
731: SAVEPOINT DELETE_OBJECT_FILTER_PVT;
732:
733: -- Standard call to check for call compatibility.
734: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

729: BEGIN
730: -- Standard Start of API savepoint
731: SAVEPOINT DELETE_OBJECT_FILTER_PVT;
732:
733: -- Standard call to check for call compatibility.
734: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
735: p_api_version,
736: l_api_name,
737: G_PKG_NAME)

Line 785: -- Standard check for p_commit

781: --
782: -- End of API body
783: --
784:
785: -- Standard check for p_commit
786: IF FND_API.to_Boolean( p_commit )
787: THEN
788: COMMIT WORK;
789: END IF;

Line 794: -- Standard call to get message count and IF count is 1, get message info.

790:
791: -- Debug Message
792: iex_dunning_pvt.WriteLog('iexpfilb:DeleteFilter:End');
793:
794: -- Standard call to get message count and IF count is 1, get message info.
795: FND_MSG_PUB.Count_And_Get
796: ( p_count => x_msg_count,
797: p_data => x_msg_data
798: );