DBA Data[Home] [Help]

APPS.OKL_KHR_PVT dependencies on OKL_DFLEX_UTIL_PVT

Line 836: l_segment_values_rec Okl_DFlex_Util_Pvt.DFF_Rec_type;

832: PROCEDURE validate_DFF_attributes
833: (x_return_status OUT NOCOPY VARCHAR2,
834: p_khrv_rec IN khrv_rec_type) is
835:
836: l_segment_values_rec Okl_DFlex_Util_Pvt.DFF_Rec_type;
837: l_msg_count NUMBER;
838: l_msg_data VARCHAR2(2000);
839: l_appl_short_name VARCHAR2(30) := 'OKL';
840: l_desc_flex_name VARCHAR2(30) := 'OKL_K_HEADERS_DF';

Line 863: okl_dflex_util_pvt.validate_desc_flex

859: l_segment_values_rec.attribute13 := p_khrv_rec.attribute13;
860: l_segment_values_rec.attribute14 := p_khrv_rec.attribute14;
861: l_segment_values_rec.attribute15 := p_khrv_rec.attribute15;
862:
863: okl_dflex_util_pvt.validate_desc_flex
864: (p_api_version => 1.0
865: ,p_init_msg_list => OKL_API.G_FALSE
866: ,x_return_status => x_return_status
867: ,x_msg_count => l_msg_count