DBA Data[Home] [Help]

APPS.OKC_REP_QA_CHECK_PVT dependencies on STANDARD

Line 60: -- Standard call to check for call compatibility.

56: 'Contract Id is: ' || p_contract_id);
57: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,
58: 'Severity level is: ' || p_severity);
59: END IF;
60: -- Standard call to check for call compatibility.
61: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
62: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
63: END IF;
64: -- Initialize message list if p_init_msg_list is set to TRUE.

Line 91: -- Standard call to get message count and if count is 1, get message info.

87: px_qa_result_tbl(l_index).error_severity := p_severity;
88: px_qa_result_tbl(l_index).problem_short_desc := OKC_TERMS_UTIL_PVT.Get_Message(G_OKC, G_OKC_REP_NO_EXT_PARTY_SD);
89: px_qa_result_tbl(l_index).problem_details := OKC_TERMS_UTIL_PVT.Get_Message(G_OKC, G_OKC_REP_NO_EXT_PARTY);
90: END IF;
91: -- Standard call to get message count and if count is 1, get message info.
92: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count, p_data => x_msg_data );
93:
94: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
95: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,

Line 203: -- Standard call to check for call compatibility.

199: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,
200: 'Severity level is: ' || p_severity);
201: END IF;
202:
203: -- Standard call to check for call compatibility.
204: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
205: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
206: END IF;
207: -- Initialize message list if p_init_msg_list is set to TRUE.

Line 232: -- Standard call to get message count and if count is 1, get message info.

228: px_qa_result_tbl(l_index).error_severity := p_severity;
229: px_qa_result_tbl(l_index).problem_short_desc := OKC_TERMS_UTIL_PVT.Get_Message(G_OKC, G_OKC_REP_NO_EFF_DATE_SD);
230: px_qa_result_tbl(l_index).problem_details := OKC_TERMS_UTIL_PVT.Get_Message(G_OKC, G_OKC_REP_NO_EFF_DATE);
231: END IF; -- p_effective_date IS NULL
232: -- Standard call to get message count and if count is 1, get message info.
233: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count, p_data => x_msg_data );
234:
235: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
236: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,

Line 336: -- Standard call to check for call compatibility.

332: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,
333: 'Severity level is: ' || p_severity);
334: END IF;
335:
336: -- Standard call to check for call compatibility.
337: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
338: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
339: END IF;
340: -- Initialize message list if p_init_msg_list is set to TRUE.

Line 387: -- Standard call to get message count and if count is 1, get message info.

383: p_msg_name => G_OKC_REP_INV_CONTRACT_TYPE,
384: p_token1 => G_CONTRACT_TYPE_TOKEN,
385: p_token1_value => l_contract_type_name);
386: END IF; -- l_valid_contract_type_flag = 'N'
387: -- Standard call to get message count and if count is 1, get message info.
388: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count, p_data => x_msg_data );
389:
390: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
391: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,

Line 513: -- Standard call to check for call compatibility.

509: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,
510: 'Party Id is: ' || p_party_id);
511: END IF;
512:
513: -- Standard call to check for call compatibility.
514: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
515: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
516: END IF;
517: -- Initialize message list if p_init_msg_list is set to TRUE.

Line 581: -- Standard call to get message count and if count is 1, get message info.

577: p_token1 => G_PARTY_NAME_TOKEN,
578: p_token1_value => l_party_name);
579: END IF; -- l_valid_external_party_flag = 'N'
580:
581: -- Standard call to get message count and if count is 1, get message info.
582: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count, p_data => x_msg_data );
583:
584: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
585: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,

Line 752: -- Standard call to check for call compatibility.

748: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,
749: 'Contact Id is: ' || p_contact_id);
750: END IF;
751:
752: -- Standard call to check for call compatibility.
753: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
754: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
755: END IF;
756: -- Initialize message list if p_init_msg_list is set to TRUE.

Line 858: -- Standard call to get message count and if count is 1, get message info.

854: p_token1 => G_CONTACT_NAME_TOKEN,
855: p_token1_value => l_contact_name);
856: END IF; -- _valid_external_party_flag = 'N'
857:
858: -- Standard call to get message count and if count is 1, get message info.
859: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count, p_data => x_msg_data );
860:
861: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
862: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,

Line 1002: -- Standard call to check for call compatibility.

998: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,
999: 'Severity level is: ' || p_severity);
1000: END IF;
1001:
1002: -- Standard call to check for call compatibility.
1003: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1004: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1005: END IF;
1006: -- Initialize message list if p_init_msg_list is set to TRUE.

Line 1052: -- Standard call to get message count and if count is 1, get message info.

1048: p_msg_name => G_OKC_REP_INV_CONTACT_ROLE,
1049: p_token1 => G_CONTACT_ROLE_TOKEN,
1050: p_token1_value => l_contact_role_name);
1051: END IF; -- l_valid_contact_role_flag = 'N'
1052: -- Standard call to get message count and if count is 1, get message info.
1053: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count, p_data => x_msg_data );
1054:
1055: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
1056: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,

Line 1168: -- Standard call to check for call compatibility.

1164: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,
1165: 'Severity level is: ' || p_severity);
1166: END IF;
1167:
1168: -- Standard call to check for call compatibility.
1169: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1170: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1171: END IF;
1172: -- Initialize message list if p_init_msg_list is set to TRUE.

Line 1218: -- Standard call to get message count and if count is 1, get message info.

1214: p_msg_name => G_OKC_REP_INV_RISK_EVENT,
1215: p_token1 => G_RISK_EVENT_TOKEN,
1216: p_token1_value => l_risk_event_name);
1217: END IF; -- l_valid_risk_event_flag = 'N'
1218: -- Standard call to get message count and if count is 1, get message info.
1219: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count, p_data => x_msg_data );
1220:
1221: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
1222: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,

Line 1593: -- Standard call to get message count and if count is 1, get message info.

1589: END LOOP;
1590:
1591: -- Close all cursors.
1592: CLOSE contract_csr;
1593: -- Standard call to get message count and if count is 1, get message info.
1594: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count, p_data => x_msg_data );
1595: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
1596: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,
1597: G_MODULE||l_api_name,'leaving OKC_REP_QA_CHECK_PVT.validate_repository_for_qa');

Line 1917: -- Standard call to get message count and if count is 1, get message info.

1913: COMMIT WORK;
1914:
1915: CLOSE contract_csr;
1916:
1917: -- Standard call to get message count and if count is 1, get message info.
1918: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count, p_data => x_msg_data );
1919:
1920: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
1921: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,

Line 2095: -- Standard call to get message count and if count is 1, get message info.

2091: END IF;
2092:
2093: END LOOP;
2094:
2095: -- Standard call to get message count and if count is 1, get message info.
2096: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count, p_data => x_msg_data );
2097:
2098: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
2099: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE , G_MODULE||l_api_name,