DBA Data[Home] [Help]

APPS.OKL_MLA_CREATE_UPDATE_PUB dependencies on OKL_COPY_CONTRACT_PUB

Line 198: OKL_COPY_CONTRACT_PUB.copy_lease_contract(

194: FETCH l_scs_csr into l_scs_code;
195: CLOSE l_scs_csr;
196:
197: IF (l_scs_code IS NOT NULL) AND (l_scs_code = 'MASTER_LEASE') Then
198: OKL_COPY_CONTRACT_PUB.copy_lease_contract(
199: p_api_version => p_api_version,
200: p_init_msg_list => p_init_msg_list,
201: x_return_status => x_return_status,
202: x_msg_count => x_msg_count,

Line 211: OKL_COPY_CONTRACT_PUB.copy_lease_contract_new(

207: p_renew_ref_yn => OKC_API.G_FALSE,
208: p_trans_type => 'CFA',
209: x_chr_id => x_chr_id);
210: ELSE
211: OKL_COPY_CONTRACT_PUB.copy_lease_contract_new(
212: p_api_version => p_api_version,
213: p_init_msg_list => p_init_msg_list,
214: x_return_status => x_return_status,
215: x_msg_count => x_msg_count,

Line 284: OKL_COPY_CONTRACT_PUB.copy_lease_contract(

280: FETCH l_scs_csr into l_scs_code;
281: CLOSE l_scs_csr;
282:
283: IF (l_scs_code IS NOT NULL) AND (l_scs_code = 'MASTER_LEASE') Then
284: OKL_COPY_CONTRACT_PUB.copy_lease_contract(
285: p_api_version => p_api_version,
286: p_init_msg_list => p_init_msg_list,
287: x_return_status => x_return_status,
288: x_msg_count => x_msg_count,

Line 297: OKL_COPY_CONTRACT_PUB.copy_lease_contract_new(

293: p_renew_ref_yn => OKC_API.G_FALSE,
294: p_trans_type => 'CFA',
295: x_chr_id => x_chr_id);
296: ELSE
297: OKL_COPY_CONTRACT_PUB.copy_lease_contract_new(
298: p_api_version => p_api_version,
299: p_init_msg_list => p_init_msg_list,
300: x_return_status => x_return_status,
301: x_msg_count => x_msg_count,