DBA Data[Home] [Help]

APPS.LNS_TERMS_PUB dependencies on STANDARD

Line 484: -- standard start of API savepoint

480: l_loan_term_rec := p_loan_term_rec;
481:
482: logMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME, ' - Begin Create_Term procedure');
483:
484: -- standard start of API savepoint
485: SAVEPOINT create_term;
486:
487: -- initialize message list if p_init_msg_list is set to TRUE.
488: IF (p_init_msg_list is not null and FND_API.to_Boolean(p_init_msg_list)) THEN

Line 585: -- standard start of API savepoint

581: l_loan_term_rec := p_loan_term_rec;
582:
583: logMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME, ' - Begin Update_Term procedure');
584:
585: -- standard start of API savepoint
586: SAVEPOINT update_term;
587:
588: -- initialize message list if p_init_msg_list is set to TRUE.
589: IF (p_init_msg_list is not null and FND_API.to_Boolean(p_init_msg_list)) THEN

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

722: FND_MSG_PUB.ADD;
723: RAISE FND_API.G_EXC_ERROR;
724: end if;
725:
726: --Standard call to get message count and if count is 1, get message info.
727: FND_MSG_PUB.Count_And_Get(
728: p_encoded => FND_API.G_FALSE,
729: p_count => x_msg_count,
730: p_data => x_msg_data );

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

881: X_PENAL_INT_RATE => x_loan_term_rec.PENAL_INT_RATE,
882: X_PENAL_INT_GRACE_DAYS => x_loan_term_rec.PENAL_INT_GRACE_DAYS
883: );
884:
885: --Standard call to get message count and if count is 1, get message info.
886: FND_MSG_PUB.Count_And_Get(
887: p_encoded => FND_API.G_FALSE,
888: p_count => x_msg_count,
889: p_data => x_msg_data );