DBA Data[Home] [Help]

APPS.OKC_REP_QA_CHECK_PVT dependencies on STANDARD

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

68: 'Contract Id is: ' || p_contract_id);
69: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,
70: 'Severity level is: ' || p_severity);
71: END IF;
72: -- Standard call to check for call compatibility.
73: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
74: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
75: END IF;
76: -- Initialize message list if p_init_msg_list is set to TRUE.

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

127: END IF;
128:
129: END IF;
130:
131: -- Standard call to get message count and if count is 1, get message info.
132: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count, p_data => x_msg_data );
133:
134: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
135: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,

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

256: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,
257: 'Severity level is: ' || p_severity);
258: END IF;
259:
260: -- Standard call to check for call compatibility.
261: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
262: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
263: END IF;
264: -- Initialize message list if p_init_msg_list is set to TRUE.

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

305: px_qa_result_tbl(l_index).problem_details := l_OKC_REP_NO_EFF_DATE;
306:
307: END IF; -- p_effective_date IS NULL
308:
309: -- Standard call to get message count and if count is 1, get message info.
310: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count, p_data => x_msg_data );
311:
312: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
313: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,

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

423: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,
424: 'Severity level is: ' || p_severity);
425: END IF;
426:
427: -- Standard call to check for call compatibility.
428: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
429: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
430: END IF;
431: -- Initialize message list if p_init_msg_list is set to TRUE.

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

472: px_qa_result_tbl(l_index).problem_details := l_OKC_REP_EXPIRED;
473:
474: END IF;
475:
476: -- Standard call to get message count and if count is 1, get message info.
477: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count, p_data => x_msg_data );
478:
479: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
480: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,

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

630: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,
631: 'Severity level is: ' || p_severity);
632: END IF;
633:
634: -- Standard call to check for call compatibility.
635: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
636: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
637: END IF;
638: -- Initialize message list if p_init_msg_list is set to TRUE.

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

756: END loop;
757:
758:
759:
760: -- Standard call to get message count and if count is 1, get message info.
761: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count, p_data => x_msg_data );
762:
763: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
764: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,

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

871: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,
872: 'Severity level is: ' || p_severity);
873: END IF;
874:
875: -- Standard call to check for call compatibility.
876: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
877: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
878: END IF;
879: -- Initialize message list if p_init_msg_list is set to TRUE.

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

922: p_msg_name => G_OKC_REP_INV_CONTRACT_TYPE,
923: p_token1 => G_CONTRACT_TYPE_TOKEN,
924: p_token1_value => l_contract_type_name);
925: END IF; -- l_valid_contract_type_flag = 'N'
926: -- Standard call to get message count and if count is 1, get message info.
927: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count, p_data => x_msg_data );
928:
929: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
930: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,

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

1048: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,
1049: 'Party Id is: ' || p_party_id);
1050: END IF;
1051:
1052: -- Standard call to check for call compatibility.
1053: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1054: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1055: END IF;
1056: -- Initialize message list if p_init_msg_list is set to TRUE.

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

1116: p_token1 => G_PARTY_NAME_TOKEN,
1117: p_token1_value => l_party_name);
1118: END IF; -- l_valid_external_party_flag = 'N'
1119:
1120: -- Standard call to get message count and if count is 1, get message info.
1121: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count, p_data => x_msg_data );
1122:
1123: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
1124: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,

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

1287: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,
1288: 'Contact Id is: ' || p_contact_id);
1289: END IF;
1290:
1291: -- Standard call to check for call compatibility.
1292: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1293: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1294: END IF;
1295: -- Initialize message list if p_init_msg_list is set to TRUE.

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

1393: p_token1 => G_CONTACT_NAME_TOKEN,
1394: p_token1_value => l_contact_name);
1395: END IF; -- _valid_external_party_flag = 'N'
1396:
1397: -- Standard call to get message count and if count is 1, get message info.
1398: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count, p_data => x_msg_data );
1399:
1400: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
1401: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,

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

1537: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,
1538: 'Severity level is: ' || p_severity);
1539: END IF;
1540:
1541: -- Standard call to check for call compatibility.
1542: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1543: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1544: END IF;
1545: -- Initialize message list if p_init_msg_list is set to TRUE.

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

1587: p_msg_name => G_OKC_REP_INV_CONTACT_ROLE,
1588: p_token1 => G_CONTACT_ROLE_TOKEN,
1589: p_token1_value => l_contact_role_name);
1590: END IF; -- l_valid_contact_role_flag = 'N'
1591: -- Standard call to get message count and if count is 1, get message info.
1592: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count, p_data => x_msg_data );
1593:
1594: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
1595: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,

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

1703: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,
1704: 'Severity level is: ' || p_severity);
1705: END IF;
1706:
1707: -- Standard call to check for call compatibility.
1708: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1709: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1710: END IF;
1711: -- Initialize message list if p_init_msg_list is set to TRUE.

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

1753: p_msg_name => G_OKC_REP_INV_RISK_EVENT,
1754: p_token1 => G_RISK_EVENT_TOKEN,
1755: p_token1_value => l_risk_event_name);
1756: END IF; -- l_valid_risk_event_flag = 'N'
1757: -- Standard call to get message count and if count is 1, get message info.
1758: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count, p_data => x_msg_data );
1759:
1760: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
1761: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,

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

2128: --End Check UDA Recommendation and Remarks
2129:
2130: END IF;--p_contract_type = 'REP_SBCR'
2131:
2132: -- Standard call to get message count and if count is 1, get message info.
2133: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count, p_data => x_msg_data );
2134: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
2135: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,
2136: G_MODULE||l_api_name,'leaving OKC_REP_QA_CHECK_PVT.contract_type_spec_validat');

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

2261: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,
2262: 'Severity level is: ' || p_severity);
2263: END IF;
2264:
2265: -- Standard call to check for call compatibility.
2266: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
2267: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2268: END IF;
2269: -- Initialize message list if p_init_msg_list is set to TRUE.

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

2304:
2305:
2306: END IF;
2307:
2308: -- Standard call to get message count and if count is 1, get message info.
2309: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count, p_data => x_msg_data );
2310:
2311: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
2312: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,

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

2845: END IF;
2846:
2847: -- Close all cursors.
2848: CLOSE contract_csr;
2849: -- Standard call to get message count and if count is 1, get message info.
2850: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count, p_data => x_msg_data );
2851: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
2852: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,
2853: G_MODULE||l_api_name,'leaving OKC_REP_QA_CHECK_PVT.validate_repository_for_qa');

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

3169: COMMIT WORK;
3170:
3171: CLOSE contract_csr;
3172:
3173: -- Standard call to get message count and if count is 1, get message info.
3174: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count, p_data => x_msg_data );
3175:
3176: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
3177: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,

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

3347: END IF;
3348:
3349: END LOOP;
3350:
3351: -- Standard call to get message count and if count is 1, get message info.
3352: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count, p_data => x_msg_data );
3353:
3354: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
3355: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE , G_MODULE||l_api_name,