DBA Data[Home] [Help]

APPS.OKL_COPY_CONTRACT_PVT dependencies on OKC_CONTRACT_PVT

Line 20688: okc_contract_pvt.generate_contract_number(

20684:
20685: l_curr_pos := 'okl_copy_lease_contract:5';
20686: IF (p_contract_number IS NULL) THEN
20687: l_curr_pos := 'okl_copy_lease_contract:6';
20688: okc_contract_pvt.generate_contract_number(
20689: p_scs_code => c1rec.scs_code,
20690: p_modifier => p_contract_number_modifier,
20691: x_return_status => x_return_status,
20692: x_contract_number => l_contract_number);