DBA Data[Home] [Help]

APPS.OKL_SSC_WF dependencies on OKL_CONTRACT_PUB

Line 2324: l_khrv_rec OKL_CONTRACT_PUB.khrv_rec_type;

2320: l_api_version NUMBER;
2321:
2322:
2323: l_chrv_rec OKL_OKC_MIGRATION_PVT.CHRV_REC_TYPE;
2324: l_khrv_rec OKL_CONTRACT_PUB.khrv_rec_type;
2325: x_chrv_rec OKL_OKC_MIGRATION_PVT.CHRV_REC_TYPE;
2326: x_khrv_rec OKL_CONTRACT_PUB.khrv_rec_type;
2327:
2328: api_exception EXCEPTION;

Line 2326: x_khrv_rec OKL_CONTRACT_PUB.khrv_rec_type;

2322:
2323: l_chrv_rec OKL_OKC_MIGRATION_PVT.CHRV_REC_TYPE;
2324: l_khrv_rec OKL_CONTRACT_PUB.khrv_rec_type;
2325: x_chrv_rec OKL_OKC_MIGRATION_PVT.CHRV_REC_TYPE;
2326: x_khrv_rec OKL_CONTRACT_PUB.khrv_rec_type;
2327:
2328: api_exception EXCEPTION;
2329: -- declare variable
2330: l_admin VARCHAR2(120) ;

Line 2357: okl_contract_pub.update_contract_header(

2353: --mo_global.init('OKL');
2354: MO_GLOBAL.set_policy_context('S',l_org_id);
2355:
2356: -- call the API to update billing information
2357: okl_contract_pub.update_contract_header(
2358: p_api_version => '1.0'
2359: ,p_init_msg_list => 'T'
2360: ,x_return_status => l_return_status
2361: ,x_msg_count => l_msg_count

Line 2958: chrvrec2 okl_contract_pub.khrv_rec_type;

2954: x_msg_data OUT NOCOPY VARCHAR2) IS
2955:
2956: l_currency_code VARCHAR2(3);
2957: chrvrec1 okl_okc_migration_pvt.chrv_rec_type;
2958: chrvrec2 okl_contract_pub.khrv_rec_type;
2959: xchrvrec1 okl_okc_migration_pvt.chrv_rec_type;
2960: xchrvrec2 okl_contract_pub.khrv_rec_type;
2961: api_exception EXCEPTION;
2962: l_obj_vers_number NUMBER;

Line 2960: xchrvrec2 okl_contract_pub.khrv_rec_type;

2956: l_currency_code VARCHAR2(3);
2957: chrvrec1 okl_okc_migration_pvt.chrv_rec_type;
2958: chrvrec2 okl_contract_pub.khrv_rec_type;
2959: xchrvrec1 okl_okc_migration_pvt.chrv_rec_type;
2960: xchrvrec2 okl_contract_pub.khrv_rec_type;
2961: api_exception EXCEPTION;
2962: l_obj_vers_number NUMBER;
2963: x_trqv_rec okl_trx_requests_pub.trqv_rec_type;
2964: p_trqv_rec okl_trx_requests_pub.trqv_rec_type;

Line 3006: OKL_CONTRACT_PUB.update_contract_header(1.0,

3002: chrvrec1.id := contract_id;
3003: chrvrec1.object_version_number := l_obj_vers_number;
3004: chrvrec1.sts_code := 'ABANDONED';
3005:
3006: OKL_CONTRACT_PUB.update_contract_header(1.0,
3007: FND_API.G_FALSE,
3008: x_return_status,
3009: x_msg_count,
3010: x_msg_data,

Line 3055: chrvrec2 okl_contract_pub.khrv_rec_type;

3051: x_msg_data OUT NOCOPY VARCHAR2) IS
3052:
3053: l_currency_code VARCHAR2(3);
3054: chrvrec1 okl_okc_migration_pvt.chrv_rec_type;
3055: chrvrec2 okl_contract_pub.khrv_rec_type;
3056: xchrvrec1 okl_okc_migration_pvt.chrv_rec_type;
3057: xchrvrec2 okl_contract_pub.khrv_rec_type;
3058: api_exception EXCEPTION;
3059: l_obj_vers_number NUMBER;

Line 3057: xchrvrec2 okl_contract_pub.khrv_rec_type;

3053: l_currency_code VARCHAR2(3);
3054: chrvrec1 okl_okc_migration_pvt.chrv_rec_type;
3055: chrvrec2 okl_contract_pub.khrv_rec_type;
3056: xchrvrec1 okl_okc_migration_pvt.chrv_rec_type;
3057: xchrvrec2 okl_contract_pub.khrv_rec_type;
3058: api_exception EXCEPTION;
3059: l_obj_vers_number NUMBER;
3060: x_trqv_rec okl_trx_requests_pub.trqv_rec_type;
3061: p_trqv_rec okl_trx_requests_pub.trqv_rec_type;

Line 3103: OKL_CONTRACT_PUB.update_contract_header(1.0,

3099: chrvrec1.id := contract_id;
3100: chrvrec1.object_version_number := l_obj_vers_number;
3101: chrvrec1.sts_code := 'ABANDONED';
3102:
3103: OKL_CONTRACT_PUB.update_contract_header(1.0,
3104: FND_API.G_FALSE,
3105: x_return_status,
3106: x_msg_count,
3107: x_msg_data,