DBA Data[Home] [Help]

APPS.OKL_COPY_CONTRACT_PVT dependencies on OKC_CONTRACT_PVT

Line 20511: okc_contract_pvt.generate_contract_number(

20507:
20508: l_curr_pos := 'okl_copy_lease_contract:5';
20509: IF (p_contract_number IS NULL) THEN
20510: l_curr_pos := 'okl_copy_lease_contract:6';
20511: okc_contract_pvt.generate_contract_number(
20512: p_scs_code => c1rec.scs_code,
20513: p_modifier => p_contract_number_modifier,
20514: x_return_status => x_return_status,
20515: x_contract_number => l_contract_number);