DBA Data[Home] [Help]

APPS.CSTPLCIN dependencies on FND_API

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

412: p_prog_app_id => i_prog_appl_id,
413: p_login_id => i_login_id
414: );
415:
416: if (l_return_status <> fnd_api.g_ret_sts_success) then
417: CST_UTILITY_PUB.writelogmessages
418: ( p_api_version => 1.0,
419: p_msg_count => l_msg_count,
420: p_msg_data => l_msg_data,

Line 510: p_init_msg_list => FND_API.G_FALSE,

506:
507: l_stmt_num := 210;
508: CST_XLA_PVT.Create_INVXLAEvent (
509: p_api_version => 1.0,
510: p_init_msg_list => FND_API.G_FALSE,
511: p_commit => FND_API.G_FALSE,
512: p_validation_level => FND_API.G_VALID_LEVEL_FULL,
513: x_return_status => l_return_status,
514: x_msg_count => l_msg_count,

Line 511: p_commit => FND_API.G_FALSE,

507: l_stmt_num := 210;
508: CST_XLA_PVT.Create_INVXLAEvent (
509: p_api_version => 1.0,
510: p_init_msg_list => FND_API.G_FALSE,
511: p_commit => FND_API.G_FALSE,
512: p_validation_level => FND_API.G_VALID_LEVEL_FULL,
513: x_return_status => l_return_status,
514: x_msg_count => l_msg_count,
515: x_msg_data => l_msg_data,

Line 512: p_validation_level => FND_API.G_VALID_LEVEL_FULL,

508: CST_XLA_PVT.Create_INVXLAEvent (
509: p_api_version => 1.0,
510: p_init_msg_list => FND_API.G_FALSE,
511: p_commit => FND_API.G_FALSE,
512: p_validation_level => FND_API.G_VALID_LEVEL_FULL,
513: x_return_status => l_return_status,
514: x_msg_count => l_msg_count,
515: x_msg_data => l_msg_data,
516: p_trx_info => l_trx_info

Line 521: RAISE FND_API.g_exc_unexpected_error;

517: );
518: IF l_return_status <> 'S' THEN
519: l_err_num := -1;
520: l_err_code := 'Error raising SLA Event for transaction: '||to_char(i_txn_id); l_err_msg := 'CSTPLCIN.COST_INV_TXN:('||l_stmt_num||'): '||l_err_code;
521: RAISE FND_API.g_exc_unexpected_error;
522: END IF;
523:
524: END IF; /* Main IF NOT ( ( ( I_TXN_ACTION_ID = 21 .. */
525: