DBA Data[Home] [Help]

APPS.OKC_PARTY_MERGE_PUB dependencies on OKC_OKS_PUB

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

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

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

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