DBA Data[Home] [Help]

APPS.LNS_LOAN_HEADER_PUB dependencies on STANDARD

Line 648: -- standard start of API savepoint

644: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) THEN
645: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME, 'Begin Create_Loan procedure');
646: END IF;
647:
648: -- standard start of API savepoint
649: SAVEPOINT create_loan;
650:
651: -- initialize message list if l_init_msg_list is set to TRUE.
652: IF FND_API.to_Boolean(l_init_msg_list) THEN

Line 785: -- standard start of API savepoint

781: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) THEN
782: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME, 'Begin Update_Loan procedure');
783: END IF;
784:
785: -- standard start of API savepoint
786: SAVEPOINT update_loan;
787:
788: -- initialize message list if l_init_msg_list is set to TRUE.
789: IF FND_API.to_Boolean(l_init_msg_list) THEN

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

1116: X_DISABLE_INT_ACCRUAL_FLAG => x_loan_header_rec.DISABLE_INT_ACCRUAL_FLAG
1117:
1118: );
1119:
1120: --Standard call to get message count and if count is 1, get message info.
1121: FND_MSG_PUB.Count_And_Get(
1122: p_encoded => FND_API.G_FALSE,
1123: p_count => x_msg_count,
1124: p_data => x_msg_data );