DBA Data[Home] [Help]

APPS.CST_PRJMFG_ACCT_HOOK dependencies on FND_API

Line 144: x_return_status := fnd_api.g_ret_sts_success;

140: l_procLog CONSTANT BOOLEAN := l_eventLog and (FND_LOG.LEVEL_PROCEDURE >= G_LOG_LEVEL);
141: l_stmtLog CONSTANT BOOLEAN := l_procLog and (FND_LOG.LEVEL_STATEMENT >= G_LOG_LEVEL);
142:
143: BEGIN
144: x_return_status := fnd_api.g_ret_sts_success;
145:
146: IF l_stmtLog THEN
147: FND_LOG.string(FND_LOG.LEVEL_STATEMENT, l_module,
148: 'Transaction: '||p_transaction_id||

Line 169: x_return_status := FND_API.g_ret_sts_unexp_error;

165:
166: RETURN 0;
167: EXCEPTION
168: WHEN OTHERS THEN
169: x_return_status := FND_API.g_ret_sts_unexp_error;
170: x_msg_data := SQLERRM;
171: FND_MSG_PUB.count_and_get(p_count => x_msg_count,
172: p_data => x_msg_data);
173: --IF l_stmtLog THEN