DBA Data[Home] [Help]

APPS.OKL_CONTRACT_STATUS_PVT dependencies on OKL_OKC_MIGRATION_PVT

Line 378: p_chrv_rec okl_okc_migration_pvt.chrv_rec_type;

374: l_api_name CONSTANT VARCHAR2(30) := 'UPDATE_CONTRACT_STATUS';
375: l_api_version CONSTANT NUMBER := 1;
376: l_return_status VARCHAR2(1) := OKL_API.G_RET_STS_SUCCESS;
377:
378: p_chrv_rec okl_okc_migration_pvt.chrv_rec_type;
379: p_khrv_rec okl_contract_pub.khrv_rec_type;
380: x_chrv_rec okl_okc_migration_pvt.chrv_rec_type;
381: x_khrv_rec okl_contract_pub.khrv_rec_type;
382:

Line 380: x_chrv_rec okl_okc_migration_pvt.chrv_rec_type;

376: l_return_status VARCHAR2(1) := OKL_API.G_RET_STS_SUCCESS;
377:
378: p_chrv_rec okl_okc_migration_pvt.chrv_rec_type;
379: p_khrv_rec okl_contract_pub.khrv_rec_type;
380: x_chrv_rec okl_okc_migration_pvt.chrv_rec_type;
381: x_khrv_rec okl_contract_pub.khrv_rec_type;
382:
383:
384: BEGIN

Line 421: okl_okc_migration_pvt.update_contract_header(

417: p_khrv_rec,
418: x_chrv_rec,
419: x_khrv_rec);
420: */
421: okl_okc_migration_pvt.update_contract_header(
422: p_api_version,
423: p_init_msg_list,
424: x_return_status,
425: x_msg_count,

Line 547: l_clev_rec okl_okc_migration_pvt.clev_rec_type;

543:
544: l_start_date OKC_K_LINES_B.START_DATE%TYPE;
545: l_end_date OKC_K_LINES_B.END_DATE%TYPE;
546:
547: l_clev_rec okl_okc_migration_pvt.clev_rec_type;
548: x_clev_rec okl_okc_migration_pvt.clev_rec_type;
549:
550: Begin
551: If p_kle_start_date is null then

Line 548: x_clev_rec okl_okc_migration_pvt.clev_rec_type;

544: l_start_date OKC_K_LINES_B.START_DATE%TYPE;
545: l_end_date OKC_K_LINES_B.END_DATE%TYPE;
546:
547: l_clev_rec okl_okc_migration_pvt.clev_rec_type;
548: x_clev_rec okl_okc_migration_pvt.clev_rec_type;
549:
550: Begin
551: If p_kle_start_date is null then
552: l_start_date := p_khr_start_date;

Line 570: OKL_OKC_MIGRATION_PVT. update_contract_line(

566: l_clev_rec.end_date := l_end_date;
567: l_clev_rec.currency_code := p_currency_code;
568: l_clev_rec.sts_code := p_sts_code;
569:
570: OKL_OKC_MIGRATION_PVT. update_contract_line(
571: p_api_version => p_api_version,
572: p_init_msg_list => p_init_msg_list,
573: x_return_status => x_return_status,
574: x_msg_count => x_msg_count,

Line 1077: l_chrv_rec okl_okc_migration_pvt.chrv_rec_type;

1073: AND nvl(END_DATE, sysdate+1) > sysdate;
1074:
1075: l_okc_sts OKC_STATUSES_B.STE_CODE%TYPE;
1076:
1077: l_chrv_rec okl_okc_migration_pvt.chrv_rec_type;
1078: x_chrv_rec okl_okc_migration_pvt.chrv_rec_type;
1079:
1080: Begin
1081: --Call OKL_API.START_ACTIVITY

Line 1078: x_chrv_rec okl_okc_migration_pvt.chrv_rec_type;

1074:
1075: l_okc_sts OKC_STATUSES_B.STE_CODE%TYPE;
1076:
1077: l_chrv_rec okl_okc_migration_pvt.chrv_rec_type;
1078: x_chrv_rec okl_okc_migration_pvt.chrv_rec_type;
1079:
1080: Begin
1081: --Call OKL_API.START_ACTIVITY
1082: l_return_status := OKL_API.START_ACTIVITY( substr(l_api_name,1,26),

Line 1146: OKL_OKC_MIGRATION_PVT.update_contract_header(

1142:
1143: l_chrv_rec.id := p_chr_id;
1144: l_chrv_rec.sts_code := 'INCOMPLETE';
1145:
1146: OKL_OKC_MIGRATION_PVT.update_contract_header(
1147: p_api_version => p_api_version,
1148: p_init_msg_list => p_init_msg_list,
1149: x_return_status => x_return_status,
1150: x_msg_count => x_msg_count,

Line 1204: OKL_OKC_MIGRATION_PVT.update_contract_header(

1200: --update the hdr status to 'Incomplete'
1201: l_chrv_rec.id := p_chr_id;
1202: l_chrv_rec.sts_code := 'INCOMPLETE';
1203:
1204: OKL_OKC_MIGRATION_PVT.update_contract_header(
1205: p_api_version => p_api_version,
1206: p_init_msg_list => p_init_msg_list,
1207: x_return_status => x_return_status,
1208: x_msg_count => x_msg_count,