DBA Data[Home] [Help]

APPS.OKL_VP_EXTEND_PVT dependencies on OKL_VP_EXTEND_PVT

Line 1: PACKAGE BODY okl_vp_extend_pvt AS

1: PACKAGE BODY okl_vp_extend_pvt AS
2: /* $Header: OKLREXTB.pls 115.10 2003/10/15 22:45:26 manumanu noship $ */
3: SUBTYPE extn_rec_type IS okc_extend_pub.extend_in_parameters_rec;
4:
5: PROCEDURE validate_chr( p_api_version IN NUMBER,

Line 325: l_extend_allowed :=okl_vp_extend_pvt.is_k_extend_allowed(l_contract_id,l_sts_code);

321:
322: -- Added by Ajay 25-MAR-2002
323: l_ext_header_rec.p_contract_id := l_contract_id;
324:
325: l_extend_allowed :=okl_vp_extend_pvt.is_k_extend_allowed(l_contract_id,l_sts_code);
326:
327: IF (l_extend_allowed ='Y') THEN
328:
329: -- changes made on 6th Nov to do the validations okc is doing inside extend_chr

Line 332: okl_vp_extend_pvt.validate_chr(p_api_version => l_api_version,

328:
329: -- changes made on 6th Nov to do the validations okc is doing inside extend_chr
330: -- doing this to customize the messages ie to write okl messages
331:
332: okl_vp_extend_pvt.validate_chr(p_api_version => l_api_version,
333: p_init_msg_list => OKC_API.G_FALSE,
334: x_return_status => l_return_status,
335: x_msg_count => l_msg_count,
336: x_msg_data => l_msg_data,