DBA Data[Home] [Help]

APPS.OKL_COPY_CONTRACT_PVT dependencies on OKL_PYD_PVT

Line 20: SUBTYPE ppydv_rec_type IS OKL_PYD_PVT.ppydv_rec_type;

16: SUBTYPE rgpv_rec_type is OKL_OKC_MIGRATION_PVT.rgpv_rec_type;
17: SUBTYPE rulv_rec_type IS Okl_Rule_Pub.rulv_rec_type;
18: SUBTYPE rulv_tbl_type IS Okl_Rule_Pub.rulv_tbl_type;
19: --Bug# 3143522
20: SUBTYPE ppydv_rec_type IS OKL_PYD_PVT.ppydv_rec_type;
21: -- Bug# 3630858
22: SUBTYPE cspv_rec_type IS OKL_CONTRACT_PROD_OPTNS_PUB.cspv_rec_type;
23: --furong 4350255
24: SUBTYPE pphv_rec_type IS OKL_LDB_PVT.pphv_rec_type;

Line 1612: OKL_PYD_PVT.insert_row

1608: IF (p_rebook_yn = 'N') THEN
1609: l_ppydv_rec.orig_contract_line_id := NULL;
1610: END IF;
1611:
1612: OKL_PYD_PVT.insert_row
1613: (p_api_version => p_api_version,
1614: p_init_msg_list => p_init_msg_list,
1615: x_return_status => x_return_status,
1616: x_msg_count => x_msg_count,