DBA Data[Home] [Help]

APPS.LNS_TERMS_PUB dependencies on STANDARD

Line 680: -- standard start of API savepoint

676: l_loan_term_rec := p_loan_term_rec;
677:
678: logMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME, ' - Begin Create_Term procedure');
679:
680: -- standard start of API savepoint
681: SAVEPOINT create_term;
682:
683: -- initialize message list if p_init_msg_list is set to TRUE.
684: IF (p_init_msg_list is not null and FND_API.to_Boolean(p_init_msg_list)) THEN

Line 781: -- standard start of API savepoint

777: l_loan_term_rec := p_loan_term_rec;
778:
779: logMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME, ' - Begin Update_Term procedure');
780:
781: -- standard start of API savepoint
782: SAVEPOINT update_term;
783:
784: -- initialize message list if p_init_msg_list is set to TRUE.
785: IF (p_init_msg_list is not null and FND_API.to_Boolean(p_init_msg_list)) THEN

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

922: FND_MSG_PUB.ADD;
923: RAISE FND_API.G_EXC_ERROR;
924: end if;
925:
926: --Standard call to get message count and if count is 1, get message info.
927: FND_MSG_PUB.Count_And_Get(
928: p_encoded => FND_API.G_FALSE,
929: p_count => x_msg_count,
930: p_data => x_msg_data );

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

1090: X_FLUCTUATE_EQ_PAY_AMOUNT => x_loan_term_rec.FLUCTUATE_EQ_PAY_AMOUNT
1091:
1092: );
1093:
1094: --Standard call to get message count and if count is 1, get message info.
1095: FND_MSG_PUB.Count_And_Get(
1096: p_encoded => FND_API.G_FALSE,
1097: p_count => x_msg_count,
1098: p_data => x_msg_data );