DBA Data[Home] [Help]

APPS.PSB_FLEX_MAPPING_PVT dependencies on STANDARD

Line 418: -- Standard check of p_commit.

414: END IF;
415:
416: --
417: --
418: -- Standard check of p_commit.
419:
420: IF FND_API.To_Boolean ( p_commit ) THEN
421: COMMIT WORK;
422: END iF;

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

420: IF FND_API.To_Boolean ( p_commit ) THEN
421: COMMIT WORK;
422: END iF;
423: --
424: -- Standard call to get message count and if count is 1, get message info.
425: FND_MSG_PUB.Count_And_Get ( p_count => p_msg_count,
426: p_data => p_msg_data );
427: --
428: EXCEPTION

Line 1014: -- Standard check of p_commit.

1010: END IF;
1011:
1012: --
1013: --
1014: -- Standard check of p_commit.
1015:
1016: IF FND_API.To_Boolean ( p_commit ) THEN
1017: COMMIT WORK;
1018: END iF;

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

1016: IF FND_API.To_Boolean ( p_commit ) THEN
1017: COMMIT WORK;
1018: END iF;
1019: --
1020: -- Standard call to get message count and if count is 1, get message info.
1021: FND_MSG_PUB.Count_And_Get ( p_count => p_msg_count,
1022: p_data => p_msg_data );
1023: --
1024: EXCEPTION