DBA Data[Home] [Help]

APPS.CSTPACIN dependencies on FND_API

Line 492: p_init_msg_list => FND_API.G_FALSE,

488:
489: l_stmt_num := 190;
490: CST_XLA_PVT.Create_INVXLAEvent (
491: p_api_version => 1.0,
492: p_init_msg_list => FND_API.G_FALSE,
493: p_commit => FND_API.G_FALSE,
494: p_validation_level => FND_API.G_VALID_LEVEL_FULL,
495: x_return_status => l_return_status,
496: x_msg_count => l_msg_count,

Line 493: p_commit => FND_API.G_FALSE,

489: l_stmt_num := 190;
490: CST_XLA_PVT.Create_INVXLAEvent (
491: p_api_version => 1.0,
492: p_init_msg_list => FND_API.G_FALSE,
493: p_commit => FND_API.G_FALSE,
494: p_validation_level => FND_API.G_VALID_LEVEL_FULL,
495: x_return_status => l_return_status,
496: x_msg_count => l_msg_count,
497: x_msg_data => l_msg_data,

Line 494: p_validation_level => FND_API.G_VALID_LEVEL_FULL,

490: CST_XLA_PVT.Create_INVXLAEvent (
491: p_api_version => 1.0,
492: p_init_msg_list => FND_API.G_FALSE,
493: p_commit => FND_API.G_FALSE,
494: p_validation_level => FND_API.G_VALID_LEVEL_FULL,
495: x_return_status => l_return_status,
496: x_msg_count => l_msg_count,
497: x_msg_data => l_msg_data,
498: p_trx_info => l_trx_info

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

498: p_trx_info => l_trx_info
499: );
500: IF l_return_status <> 'S' THEN
501: l_err_num := -1;
502: l_err_code := 'Error raising SLA Event for transaction: '||to_char(i_txn_id); RAISE FND_API.g_exc_unexpected_error;
503: END IF;
504:
505:
506: END IF; /* Main IF NOT ( ( ( I_TXN_ACTION_ID = 21 ... */

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

528: p_prog_app_id => i_prog_appl_id,
529: p_login_id => i_login_id
530: );
531:
532: if (l_return_status <> fnd_api.g_ret_sts_success) then
533: CST_UTILITY_PUB.writelogmessages
534: ( p_api_version => 1.0,
535: p_msg_count => l_msg_count,
536: p_msg_data => l_msg_data,