DBA Data[Home] [Help]

APPS.OKL_QUOTE_TO_CONTRACT_PVT dependencies on OKC_CONTRACT_PVT

Line 5750: OKC_CONTRACT_PVT.GENERATE_CONTRACT_NUMBER(

5746: -- Commented out code for bug#6765840
5747: /* -- Generate Contract Number from the sequence
5748: IF (p_contract_number IS NULL) THEN -- Bug 6649617
5749:
5750: OKC_CONTRACT_PVT.GENERATE_CONTRACT_NUMBER(
5751: p_scs_code => 'LEASE',
5752: p_modifier => null,
5753: x_return_status => x_return_status,
5754: x_contract_number => x_contract_number);

Line 5902: OKC_CONTRACT_PVT.GENERATE_CONTRACT_NUMBER(

5898:
5899: -- moved code here for bug#6765840 start
5900: IF (p_contract_number IS NULL) THEN
5901:
5902: OKC_CONTRACT_PVT.GENERATE_CONTRACT_NUMBER(
5903: p_scs_code => 'LEASE',
5904: p_modifier => null,
5905: x_return_status => x_return_status,
5906: x_contract_number => x_contract_number);