DBA Data[Home] [Help]

APPS.PSB_CONCURRENCY_CONTROL_PUB dependencies on STANDARD

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

21: l_api_version CONSTANT NUMBER := 1.0;
22:
23: BEGIN
24:
25: -- Standard call to check for call compatibility.
26:
27: if not FND_API.Compatible_API_Call (l_api_version,
28: p_api_version,
29: l_api_name,

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

49: p_concurrency_entity_name => p_concurrency_entity_name,
50: p_concurrency_entity_id => p_concurrency_entity_id);
51:
52:
53: -- Standard call to get message count and if count is 1, get message info.
54:
55: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
56: p_data => p_msg_data);
57:

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

100: l_api_version CONSTANT NUMBER := 1.0;
101:
102: BEGIN
103:
104: -- Standard call to check for call compatibility.
105:
106: if not FND_API.Compatible_API_Call (l_api_version,
107: p_api_version,
108: l_api_name,

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

127: p_concurrency_class => p_concurrency_class,
128: p_concurrency_entity_name => p_concurrency_entity_name,
129: p_concurrency_entity_id => p_concurrency_entity_id);
130:
131: -- Standard call to get message count and if count is 1, get message info.
132:
133: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
134: p_data => p_msg_data);
135: