DBA Data[Home] [Help]

APPS.IGS_SS_TST_RSLT_DTLS_PKG dependencies on STANDARD

Line 660: --Standard start of API savepoint

656: from IGS_SS_TST_RSLT_DTLS
657: where SS_TST_RSLT_DTLS_ID= X_TST_RSLT_DTLS_ID;
658: begin
659:
660: --Standard start of API savepoint
661: SAVEPOINT update_test_result_details;
662:
663: --Initialize message list if p_init_msg_list is set to TRUE.
664: -- IF FND_API.to_Boolean(p_init_msg_list) THEN

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

689: X_TEST_SEGMENT_ID,
690: X_TEST_SCORE,
691: X_MODE );
692:
693: --Standard call to get message count and if count is 1, get message info.
694: FND_MSG_PUB.Count_And_Get(
695: p_encoded => FND_API.G_FALSE,
696: p_count => x_msg_count,
697: p_data => x_msg_data);