DBA Data[Home] [Help]

APPS.OKL_SSC_WF dependencies on OKL_CONTRACT_PUB

Line 2410: l_khrv_rec OKL_CONTRACT_PUB.khrv_rec_type;

2406: l_api_version NUMBER;
2407:
2408:
2409: l_chrv_rec OKL_OKC_MIGRATION_PVT.CHRV_REC_TYPE;
2410: l_khrv_rec OKL_CONTRACT_PUB.khrv_rec_type;
2411: x_chrv_rec OKL_OKC_MIGRATION_PVT.CHRV_REC_TYPE;
2412: x_khrv_rec OKL_CONTRACT_PUB.khrv_rec_type;
2413:
2414: api_exception EXCEPTION;

Line 2412: x_khrv_rec OKL_CONTRACT_PUB.khrv_rec_type;

2408:
2409: l_chrv_rec OKL_OKC_MIGRATION_PVT.CHRV_REC_TYPE;
2410: l_khrv_rec OKL_CONTRACT_PUB.khrv_rec_type;
2411: x_chrv_rec OKL_OKC_MIGRATION_PVT.CHRV_REC_TYPE;
2412: x_khrv_rec OKL_CONTRACT_PUB.khrv_rec_type;
2413:
2414: api_exception EXCEPTION;
2415: -- declare variable
2416: l_admin VARCHAR2(120) ;

Line 2443: okl_contract_pub.update_contract_header(

2439: --mo_global.init('OKL');
2440: MO_GLOBAL.set_policy_context('S',l_org_id);
2441:
2442: -- call the API to update billing information
2443: okl_contract_pub.update_contract_header(
2444: p_api_version => '1.0'
2445: ,p_init_msg_list => 'T'
2446: ,x_return_status => l_return_status
2447: ,x_msg_count => l_msg_count

Line 3044: chrvrec2 okl_contract_pub.khrv_rec_type;

3040: x_msg_data OUT NOCOPY VARCHAR2) IS
3041:
3042: l_currency_code VARCHAR2(3);
3043: chrvrec1 okl_okc_migration_pvt.chrv_rec_type;
3044: chrvrec2 okl_contract_pub.khrv_rec_type;
3045: xchrvrec1 okl_okc_migration_pvt.chrv_rec_type;
3046: xchrvrec2 okl_contract_pub.khrv_rec_type;
3047: api_exception EXCEPTION;
3048: l_obj_vers_number NUMBER;

Line 3046: xchrvrec2 okl_contract_pub.khrv_rec_type;

3042: l_currency_code VARCHAR2(3);
3043: chrvrec1 okl_okc_migration_pvt.chrv_rec_type;
3044: chrvrec2 okl_contract_pub.khrv_rec_type;
3045: xchrvrec1 okl_okc_migration_pvt.chrv_rec_type;
3046: xchrvrec2 okl_contract_pub.khrv_rec_type;
3047: api_exception EXCEPTION;
3048: l_obj_vers_number NUMBER;
3049: x_trqv_rec okl_trx_requests_pub.trqv_rec_type;
3050: p_trqv_rec okl_trx_requests_pub.trqv_rec_type;

Line 3092: OKL_CONTRACT_PUB.update_contract_header(1.0,

3088: chrvrec1.id := contract_id;
3089: chrvrec1.object_version_number := l_obj_vers_number;
3090: chrvrec1.sts_code := 'ABANDONED';
3091:
3092: OKL_CONTRACT_PUB.update_contract_header(1.0,
3093: FND_API.G_FALSE,
3094: x_return_status,
3095: x_msg_count,
3096: x_msg_data,

Line 3141: chrvrec2 okl_contract_pub.khrv_rec_type;

3137: x_msg_data OUT NOCOPY VARCHAR2) IS
3138:
3139: l_currency_code VARCHAR2(3);
3140: chrvrec1 okl_okc_migration_pvt.chrv_rec_type;
3141: chrvrec2 okl_contract_pub.khrv_rec_type;
3142: xchrvrec1 okl_okc_migration_pvt.chrv_rec_type;
3143: xchrvrec2 okl_contract_pub.khrv_rec_type;
3144: api_exception EXCEPTION;
3145: l_obj_vers_number NUMBER;

Line 3143: xchrvrec2 okl_contract_pub.khrv_rec_type;

3139: l_currency_code VARCHAR2(3);
3140: chrvrec1 okl_okc_migration_pvt.chrv_rec_type;
3141: chrvrec2 okl_contract_pub.khrv_rec_type;
3142: xchrvrec1 okl_okc_migration_pvt.chrv_rec_type;
3143: xchrvrec2 okl_contract_pub.khrv_rec_type;
3144: api_exception EXCEPTION;
3145: l_obj_vers_number NUMBER;
3146: x_trqv_rec okl_trx_requests_pub.trqv_rec_type;
3147: p_trqv_rec okl_trx_requests_pub.trqv_rec_type;

Line 3189: OKL_CONTRACT_PUB.update_contract_header(1.0,

3185: chrvrec1.id := contract_id;
3186: chrvrec1.object_version_number := l_obj_vers_number;
3187: chrvrec1.sts_code := 'ABANDONED';
3188:
3189: OKL_CONTRACT_PUB.update_contract_header(1.0,
3190: FND_API.G_FALSE,
3191: x_return_status,
3192: x_msg_count,
3193: x_msg_data,