DBA Data[Home] [Help]

APPS.CSTPACIN dependencies on FND_API

Line 481: p_init_msg_list => FND_API.G_FALSE,

477:
478: l_stmt_num := 190;
479: CST_XLA_PVT.Create_INVXLAEvent (
480: p_api_version => 1.0,
481: p_init_msg_list => FND_API.G_FALSE,
482: p_commit => FND_API.G_FALSE,
483: p_validation_level => FND_API.G_VALID_LEVEL_FULL,
484: x_return_status => l_return_status,
485: x_msg_count => l_msg_count,

Line 482: p_commit => FND_API.G_FALSE,

478: l_stmt_num := 190;
479: CST_XLA_PVT.Create_INVXLAEvent (
480: p_api_version => 1.0,
481: p_init_msg_list => FND_API.G_FALSE,
482: p_commit => FND_API.G_FALSE,
483: p_validation_level => FND_API.G_VALID_LEVEL_FULL,
484: x_return_status => l_return_status,
485: x_msg_count => l_msg_count,
486: x_msg_data => l_msg_data,

Line 483: p_validation_level => FND_API.G_VALID_LEVEL_FULL,

479: CST_XLA_PVT.Create_INVXLAEvent (
480: p_api_version => 1.0,
481: p_init_msg_list => FND_API.G_FALSE,
482: p_commit => FND_API.G_FALSE,
483: p_validation_level => FND_API.G_VALID_LEVEL_FULL,
484: x_return_status => l_return_status,
485: x_msg_count => l_msg_count,
486: x_msg_data => l_msg_data,
487: p_trx_info => l_trx_info

Line 491: l_err_code := 'Error raising SLA Event for transaction: '||to_char(i_txn_id); RAISE FND_API.g_exc_unexpected_error;

487: p_trx_info => l_trx_info
488: );
489: IF l_return_status <> 'S' THEN
490: l_err_num := -1;
491: l_err_code := 'Error raising SLA Event for transaction: '||to_char(i_txn_id); RAISE FND_API.g_exc_unexpected_error;
492: END IF;
493:
494:
495: END IF; /* Main IF NOT ( ( ( I_TXN_ACTION_ID = 21 ... */

Line 521: if (l_return_status <> fnd_api.g_ret_sts_success) then

517: p_prog_app_id => i_prog_appl_id,
518: p_login_id => i_login_id
519: );
520:
521: if (l_return_status <> fnd_api.g_ret_sts_success) then
522: CST_UTILITY_PUB.writelogmessages
523: ( p_api_version => 1.0,
524: p_msg_count => l_msg_count,
525: p_msg_data => l_msg_data,