DBA Data[Home] [Help]

APPS.CSP_TRANSACTIONS_PUB dependencies on INV_RESERVATION_PUB

Line 2582: 'Before calling inv_reservation_pub.relieve_reservation for reservation_id = '

2578:
2579: if(FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
2580: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,
2581: 'csp.plsql.CSP_TRANSACTIONS_PUB.receive_requirement_trans',
2582: 'Before calling inv_reservation_pub.relieve_reservation for reservation_id = '
2583: || l_inv_reservation_rec.reservation_id || ' and qty = ' || l_relieved_quantity);
2584: end if;
2585:
2586: inv_reservation_pub.relieve_reservation(

Line 2586: inv_reservation_pub.relieve_reservation(

2582: 'Before calling inv_reservation_pub.relieve_reservation for reservation_id = '
2583: || l_inv_reservation_rec.reservation_id || ' and qty = ' || l_relieved_quantity);
2584: end if;
2585:
2586: inv_reservation_pub.relieve_reservation(
2587: p_api_version_number => 1.0
2588: ,p_init_msg_lst => fnd_api.g_false
2589: ,x_return_status => x_return_status
2590: ,x_msg_count => x_msg_count

Line 2608: 'After calling inv_reservation_pub.relieve_reservation...');

2604:
2605: if(FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
2606: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,
2607: 'csp.plsql.CSP_TRANSACTIONS_PUB.receive_requirement_trans',
2608: 'After calling inv_reservation_pub.relieve_reservation...');
2609: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,
2610: 'csp.plsql.CSP_TRANSACTIONS_PUB.receive_requirement_trans',
2611: 'x_return_status=' || x_return_status ||
2612: ', x_msg_count=' || x_msg_count ||