DBA Data[Home] [Help]

APPS.OKC_PARTY_MERGE_PUB dependencies on OKC_OKS_PUB

Line 332: fnd_file.put_line(fnd_file.log, 'Before call to OKC_OKS_PUB.OKS_UPDATE_CONTRACT ');

328: fnd_file.put_line(fnd_file.log, 'No of Rows Updated : '||l_count);
329: --
330: -- Bug 2949149 calling OKS procedure OKS_UPDATE_CONTRACT to update the short description
331: --
332: fnd_file.put_line(fnd_file.log, 'Before call to OKC_OKS_PUB.OKS_UPDATE_CONTRACT ');
333: OKC_OKS_PUB.OKS_UPDATE_CONTRACT(p_from_id => p_from_fk_id,
334: p_to_id => p_to_fk_id,
335: x_return_status => l_return_status);
336:

Line 333: OKC_OKS_PUB.OKS_UPDATE_CONTRACT(p_from_id => p_from_fk_id,

329: --
330: -- Bug 2949149 calling OKS procedure OKS_UPDATE_CONTRACT to update the short description
331: --
332: fnd_file.put_line(fnd_file.log, 'Before call to OKC_OKS_PUB.OKS_UPDATE_CONTRACT ');
333: OKC_OKS_PUB.OKS_UPDATE_CONTRACT(p_from_id => p_from_fk_id,
334: p_to_id => p_to_fk_id,
335: x_return_status => l_return_status);
336:
337: IF (l_return_status = OKC_API.G_RET_STS_UNEXP_ERROR) THEN