DBA Data[Home] [Help]

APPS.PSB_WORKSHEET_CONSOLIDATE_PVT dependencies on STANDARD

Line 24: -- Standard Start of API savepoint

20: l_api_version CONSTANT NUMBER := 1.0;
21:
22: BEGIN
23:
24: -- Standard Start of API savepoint
25:
26: SAVEPOINT Consolidate_Worksheets_Pvt;
27:
28:

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

25:
26: SAVEPOINT Consolidate_Worksheets_Pvt;
27:
28:
29: -- Standard call to check for call compatibility.
30:
31: if not FND_API.Compatible_API_Call (l_api_version,
32: p_api_version,
33: l_api_name,

Line 54: -- Standard check of p_commit.

50: (p_api_version => 1.0,
51: p_return_status => p_return_status,
52: p_global_worksheet_id => p_global_worksheet_id);
53:
54: -- Standard check of p_commit.
55:
56: if FND_API.to_Boolean (p_commit) then
57: commit work;
58: end if;

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

57: commit work;
58: end if;
59:
60:
61: -- Standard call to get message count and if count is 1, get message info.
62:
63: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
64: p_data => p_msg_data);
65:

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

109: l_api_version CONSTANT NUMBER := 1.0;
110:
111: BEGIN
112:
113: -- Standard call to check for call compatibility.
114:
115: if not FND_API.Compatible_API_Call (l_api_version,
116: p_api_version,
117: l_api_name,

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

134: (p_api_version => 1.0,
135: p_return_status => p_return_status,
136: p_global_worksheet_id => p_global_worksheet_id);
137:
138: -- Standard call to get message count and if count is 1, get message info.
139:
140: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
141: p_data => p_msg_data);
142: