DBA Data[Home] [Help]

APPS.OKC_COPY_CONTRACT_PVT dependencies on OKC_OUTCOME_PUB

Line 17: sUBTYPE ocev_rec_type IS OKC_OUTCOME_PUB.ocev_rec_type;

13: SUBTYPE cylv_ext_rec_type IS OKC_TIME_PUB.cylv_ext_rec_type;
14: SUBTYPE spnv_rec_type IS OKC_TIME_PUB.spnv_rec_type;
15: SUBTYPE tcuv_rec_type IS OKC_TIME_PUB.tcuv_rec_type;
16: SUBTYPE rtvv_rec_type IS OKC_TIME_PUB.rtvv_rec_type;
17: sUBTYPE ocev_rec_type IS OKC_OUTCOME_PUB.ocev_rec_type;
18: SUBTYPE oatv_rec_type IS OKC_OUTCOME_PUB.oatv_rec_type;
19: SUBTYPE pavv_rec_type IS OKC_PRICE_ADJUSTMENT_PUB.pavv_rec_type;
20: SUBTYPE scnv_rec_type IS OKC_SECTIONS_PUB.scnv_rec_type;
21: SUBTYPE sccv_rec_type IS OKC_SECTIONS_PUB.sccv_rec_type;

Line 18: SUBTYPE oatv_rec_type IS OKC_OUTCOME_PUB.oatv_rec_type;

14: SUBTYPE spnv_rec_type IS OKC_TIME_PUB.spnv_rec_type;
15: SUBTYPE tcuv_rec_type IS OKC_TIME_PUB.tcuv_rec_type;
16: SUBTYPE rtvv_rec_type IS OKC_TIME_PUB.rtvv_rec_type;
17: sUBTYPE ocev_rec_type IS OKC_OUTCOME_PUB.ocev_rec_type;
18: SUBTYPE oatv_rec_type IS OKC_OUTCOME_PUB.oatv_rec_type;
19: SUBTYPE pavv_rec_type IS OKC_PRICE_ADJUSTMENT_PUB.pavv_rec_type;
20: SUBTYPE scnv_rec_type IS OKC_SECTIONS_PUB.scnv_rec_type;
21: SUBTYPE sccv_rec_type IS OKC_SECTIONS_PUB.sccv_rec_type;
22: SUBTYPE ctiv_rec_type IS OKC_RULE_PUB.ctiv_rec_type;

Line 2713: OKC_OUTCOME_PUB.create_outcome(

2709:
2710: l_ocev_rec.dnz_chr_id := l_cnhv_rec.dnz_chr_id;
2711: l_ocev_rec.cnh_id := x_cnhv_rec.id;
2712:
2713: OKC_OUTCOME_PUB.create_outcome(
2714: p_api_version => p_api_version,
2715: p_init_msg_list => p_init_msg_list,
2716: x_return_status => l_return_status,
2717: x_msg_count => x_msg_count,

Line 2738: OKC_OUTCOME_PUB.create_out_arg(

2734:
2735: l_oatv_rec.dnz_chr_id := l_cnhv_rec.dnz_chr_id;
2736: l_oatv_rec.oce_id := x_ocev_rec.id;
2737:
2738: OKC_OUTCOME_PUB.create_out_arg(
2739: p_api_version => p_api_version,
2740: p_init_msg_list => p_init_msg_list,
2741: x_return_status => l_return_status,
2742: x_msg_count => x_msg_count,