DBA Data[Home] [Help]

APPS.PSB_POSITION_CONTROL_PVT dependencies on STANDARD

Line 4230: -- Standard Start of API savepoint

4226:
4227: BEGIN
4228:
4229: /*For Bug No : 2434152 Start*/
4230: -- Standard Start of API savepoint
4231: Savepoint Upload_Position_Worksheet_Pvt;
4232: /*For Bug No : 2434152 End*/
4233:
4234: /*For Bug No : 1808322 Start*/

Line 5733: -- Standard Start of API savepoint

5729: where budget_group_id = l_budget_group_id;
5730:
5731: BEGIN
5732:
5733: -- Standard Start of API savepoint
5734:
5735: SAVEPOINT Upload_Worksheet_Pvt;
5736:
5737: -- Standard call to check for call compatibility.

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

5733: -- Standard Start of API savepoint
5734:
5735: SAVEPOINT Upload_Worksheet_Pvt;
5736:
5737: -- Standard call to check for call compatibility.
5738:
5739: if not FND_API.Compatible_API_Call (l_api_version,
5740: p_api_version,
5741: l_api_name,

Line 5977: -- Standard check of p_commit.

5973: if l_return_status <> FND_API.G_RET_STS_SUCCESS then
5974: raise FND_API.G_EXC_ERROR;
5975: end if;
5976:
5977: -- Standard check of p_commit.
5978: if FND_API.to_Boolean (p_commit) then
5979: commit work;
5980: end if;
5981:

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

5978: if FND_API.to_Boolean (p_commit) then
5979: commit work;
5980: end if;
5981:
5982: -- Standard call to get message count and if count is 1, get message info.
5983: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
5984: p_data => p_msg_data);
5985:
5986: -- Initialize API return status to success

Line 6033: -- to Position Control" through Standard Report Submissions

6029:
6030: /* ----------------------------------------------------------------------- */
6031:
6032: -- This is the execution file for the concurrent program "Upload Worksheet
6033: -- to Position Control" through Standard Report Submissions
6034:
6035: PROCEDURE Upload_Worksheet_CP
6036: ( errbuf OUT NOCOPY VARCHAR2,
6037: retcode OUT NOCOPY VARCHAR2,

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

6442: and (nvl(end_date, p_start_date) >= p_start_date)));
6443:
6444: BEGIN
6445:
6446: -- Standard call to check for call compatibility.
6447:
6448: if not FND_API.Compatible_API_Call (l_api_version,
6449: p_api_version,
6450: l_api_name,

Line 6776: -- Standard check of p_commit.

6772:
6773: end;
6774: end if;
6775:
6776: -- Standard check of p_commit.
6777: if FND_API.to_Boolean (p_commit) then
6778: commit work;
6779: end if;
6780:

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

6777: if FND_API.to_Boolean (p_commit) then
6778: commit work;
6779: end if;
6780:
6781: -- Standard call to get message count and if count is 1, get message info.
6782: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
6783: p_data => p_msg_data);
6784:
6785: -- Initialize API return status to success

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

7034: and (nvl(end_date, p_start_date) >= p_start_date)));
7035:
7036: BEGIN
7037:
7038: -- Standard call to check for call compatibility.
7039:
7040: if not FND_API.Compatible_API_Call (l_api_version,
7041: p_api_version,
7042: l_api_name,

Line 7355: -- Standard check of p_commit.

7351:
7352: end;
7353: end if;
7354:
7355: -- Standard check of p_commit.
7356: if FND_API.to_Boolean (p_commit) then
7357: commit work;
7358: end if;
7359:

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

7356: if FND_API.to_Boolean (p_commit) then
7357: commit work;
7358: end if;
7359:
7360: -- Standard call to get message count and if count is 1, get message info.
7361: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
7362: p_data => p_msg_data);
7363:
7364: -- Initialize API return status to success

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

7611: and (nvl(end_date, p_start_date) >= p_start_date)));
7612:
7613: BEGIN
7614:
7615: -- Standard call to check for call compatibility.
7616:
7617: if not FND_API.Compatible_API_Call (l_api_version,
7618: p_api_version,
7619: l_api_name,

Line 7904: -- Standard check of p_commit.

7900:
7901: end;
7902: end if;
7903:
7904: -- Standard check of p_commit.
7905: if FND_API.to_Boolean (p_commit) then
7906: commit work;
7907: end if;
7908:

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

7905: if FND_API.to_Boolean (p_commit) then
7906: commit work;
7907: end if;
7908:
7909: -- Standard call to get message count and if count is 1, get message info.
7910: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
7911: p_data => p_msg_data);
7912:
7913: -- Initialize API return status to success

Line 11889: -- Standard check of p_commit.

11885:
11886: end;
11887: end if;
11888:
11889: -- Standard check of p_commit.
11890: IF FND_API.to_Boolean(p_commit) THEN
11891: commit work;
11892: END IF;
11893:

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

11890: IF FND_API.to_Boolean(p_commit) THEN
11891: commit work;
11892: END IF;
11893:
11894: -- Standard call to get message count and if count is 1, get message info.
11895: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
11896: p_data => p_msg_data);
11897:
11898:

Line 11960: -- Standard Start of API savepoint

11956: and system_attribute_type = 'ORG';
11957:
11958: BEGIN
11959:
11960: -- Standard Start of API savepoint
11961:
11962: SAVEPOINT Convert_Organization_Attr;
11963:
11964: -- Standard call to check for call compatibility.

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

11960: -- Standard Start of API savepoint
11961:
11962: SAVEPOINT Convert_Organization_Attr;
11963:
11964: -- Standard call to check for call compatibility.
11965:
11966: if not FND_API.Compatible_API_Call (l_api_version,
11967: p_api_version,
11968: l_api_name,

Line 12104: -- Standard check of p_commit.

12100:
12101: end;
12102: end if;
12103:
12104: -- Standard check of p_commit.
12105: IF FND_API.to_Boolean(p_commit) THEN
12106: commit work;
12107: END IF;
12108:

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

12105: IF FND_API.to_Boolean(p_commit) THEN
12106: commit work;
12107: END IF;
12108:
12109: -- Standard call to get message count and if count is 1, get message info.
12110: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
12111: p_data => p_msg_data);
12112:
12113:

Line 12152: -- Attribute" through Standard Report Submissions

12148:
12149: /* ----------------------------------------------------------------------- */
12150:
12151: -- This is the execution file for the concurrent program "Convert Organization
12152: -- Attribute" through Standard Report Submissions
12153:
12154: PROCEDURE Convert_Organization_Attr_CP
12155: ( errbuf OUT NOCOPY VARCHAR2,
12156: retcode OUT NOCOPY VARCHAR2,