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 2714: OKC_OUTCOME_PUB.create_outcome(

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

Line 2739: OKC_OUTCOME_PUB.create_out_arg(

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