DBA Data[Home] [Help]

APPS.OKL_MASS_REBOOK_PVT dependencies on OKL_TRX_ASSETS_PUB

Line 1485: okl_trx_assets_pub.create_trx_ass_h_def(

1481: p_token1_value => l_cntrct_number);
1482: RAISE OKL_API.G_EXCEPTION_ERROR;
1483: END IF;
1484:
1485: okl_trx_assets_pub.create_trx_ass_h_def(
1486: p_api_version => 1.0,
1487: p_init_msg_list => OKL_API.G_FALSE,
1488: x_return_status => x_return_status,
1489: x_msg_count => x_msg_count,

Line 3094: okl_trx_assets_pub.update_trx_ass_h_def(

3090: LOOP
3091: l_thpv_rec.id := trx_rec.id;
3092: l_thpv_rec.tsu_code := p_status;
3093:
3094: okl_trx_assets_pub.update_trx_ass_h_def(
3095: p_api_version => 1.0,
3096: p_init_msg_list => OKL_API.G_FALSE,
3097: x_return_status => x_return_status,
3098: x_msg_count => x_msg_count,