DBA Data[Home] [Help]

APPS.PON_CLM_OKC_INTEG_PKG dependencies on OKC_REP_CONTRACT_IMP_PUB

Line 77: message => 'Passing the following parameters to OKC_REP_CONTRACT_IMP_PUB.check_contract_exists ' ||

73:
74: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
75: FND_LOG.string(log_level => FND_LOG.level_statement,
76: module => l_api_name,
77: message => 'Passing the following parameters to OKC_REP_CONTRACT_IMP_PUB.check_contract_exists ' ||
78: 'l_document_rec.business_document_id : ' || p_auction_header_id ||
79: 'l_document_rec.business_document_type : SOLICITATION' ||
80: 'l_contract_rec.contract_type :' || l_contract_type);
81: END IF;

Line 83: OKC_REP_CONTRACT_IMP_PUB.check_contract_exists(p_api_version => 1.0,

79: 'l_document_rec.business_document_type : SOLICITATION' ||
80: 'l_contract_rec.contract_type :' || l_contract_type);
81: END IF;
82:
83: OKC_REP_CONTRACT_IMP_PUB.check_contract_exists(p_api_version => 1.0,
84: p_document_rec => l_document_rec,
85: x_contract_rec => l_contract_rec,
86: x_msg_data => l_msg_data,
87: x_msg_count => l_msg_count,

Line 103: message => 'Exited OKC_REP_CONTRACT_IMP_PUB.check_contract_exists with return status : ' || x_return_status);

99:
100: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
101: FND_LOG.string(log_level => FND_LOG.level_statement,
102: module => l_api_name,
103: message => 'Exited OKC_REP_CONTRACT_IMP_PUB.check_contract_exists with return status : ' || x_return_status);
104: END IF;
105:
106: EXCEPTION
107: WHEN OTHERS THEN

Line 144: message => 'Passing the following parameters to OKC_REP_CONTRACT_IMP_PUB.check_contract_exists ' ||

140:
141: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
142: FND_LOG.string(log_level => FND_LOG.level_statement,
143: module => l_api_name,
144: message => 'Passing the following parameters to OKC_REP_CONTRACT_IMP_PUB.check_contract_exists ' ||
145: 'l_document_rec.business_document_id : ' || p_auction_header_id ||
146: 'l_document_rec.business_document_type : SOLICITATION' ||
147: 'x_contract_type :' || l_contract_type ||
148: 'p_contract_id : ' || p_contract_id);

Line 151: OKC_REP_CONTRACT_IMP_PUB.delete_contract(p_api_version => 1.0,

147: 'x_contract_type :' || l_contract_type ||
148: 'p_contract_id : ' || p_contract_id);
149: END IF;
150:
151: OKC_REP_CONTRACT_IMP_PUB.delete_contract(p_api_version => 1.0,
152: p_document_rec => l_document_rec,
153: p_contract_type => l_contract_type,
154: p_contract_id => p_contract_id,
155: p_commit => fnd_api.g_false,

Line 164: message => 'Exited OKC_REP_CONTRACT_IMP_PUB.delete_contract with return status : ' || x_return_status);

160:
161: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
162: FND_LOG.string(log_level => FND_LOG.level_statement,
163: module => l_api_name,
164: message => 'Exited OKC_REP_CONTRACT_IMP_PUB.delete_contract with return status : ' || x_return_status);
165: END IF;
166:
167: EXCEPTION
168: WHEN OTHERS THEN