DBA Data[Home] [Help]

APPS.OKL_QUOTE_TO_CONTRACT_PVT dependencies on OKC_CONTRACT_PVT

Line 5112: OKC_CONTRACT_PVT.GENERATE_CONTRACT_NUMBER(

5108: -- Commented out code for bug#6765840
5109: /* -- Generate Contract Number from the sequence
5110: IF (p_contract_number IS NULL) THEN -- Bug 6649617
5111:
5112: OKC_CONTRACT_PVT.GENERATE_CONTRACT_NUMBER(
5113: p_scs_code => 'LEASE',
5114: p_modifier => null,
5115: x_return_status => x_return_status,
5116: x_contract_number => x_contract_number);

Line 5262: OKC_CONTRACT_PVT.GENERATE_CONTRACT_NUMBER(

5258:
5259: -- moved code here for bug#6765840 start
5260: IF (p_contract_number IS NULL) THEN
5261:
5262: OKC_CONTRACT_PVT.GENERATE_CONTRACT_NUMBER(
5263: p_scs_code => 'LEASE',
5264: p_modifier => null,
5265: x_return_status => x_return_status,
5266: x_contract_number => x_contract_number);