DBA Data[Home] [Help]

APPS.OKL_VP_SYNC_CR_PVT dependencies on OKL_OKC_MIGRATION_A_PVT

Line 21: SUBTYPE catv_rec_type IS okl_okc_migration_a_pvt.catv_rec_type;

17:
18: SUBTYPE khrv_rec_type IS okl_contract_pub.khrv_rec_type;
19: SUBTYPE chrv_rec_type IS okl_okc_migration_pvt.chrv_rec_type;
20: SUBTYPE cplv_rec_type IS okl_okc_migration_pvt.cplv_rec_type;
21: SUBTYPE catv_rec_type IS okl_okc_migration_a_pvt.catv_rec_type;
22: SUBTYPE ctcv_tbl_type IS okl_okc_migration_pvt.ctcv_tbl_type;
23: SUBTYPE vasv_rec_type IS okl_vas_pvt.vasv_rec_type;
24: SUBTYPE ech_rec_type IS okl_ech_pvt.okl_ech_rec;
25: SUBTYPE ecl_tbl_type IS okl_ecl_pvt.okl_ecl_tbl;

Line 1218: okl_okc_migration_a_pvt.insert_row(

1214: lv_catv_rec.fulltext_yn := NULL;
1215: lv_catv_rec.variation_description := NULL;
1216: lv_catv_rec.sav_sae_id := NULL;
1217: lv_catv_rec.sav_sav_release := NULL;
1218: okl_okc_migration_a_pvt.insert_row(
1219: p_api_version => l_api_version,
1220: p_init_msg_list => p_init_msg_list,
1221: x_return_status => x_return_status,
1222: x_msg_count => x_msg_count,

Line 1229: 'okl_okc_migration_a_pvt.insert_row returned with status '||x_return_status

1225: x_catv_rec => x_catv_rec);
1226: IF(l_debug_enabled='Y') THEN
1227: okl_debug_pub.log_debug(FND_LOG.LEVEL_STATEMENT,
1228: l_module,
1229: 'okl_okc_migration_a_pvt.insert_row returned with status '||x_return_status
1230: );
1231: END IF;
1232: IF(x_return_status = OKC_API.G_RET_STS_UNEXP_ERROR) THEN
1233: RAISE OKC_API.G_EXCEPTION_UNEXPECTED_ERROR;