DBA Data[Home] [Help]

APPS.IGS_PERSONSTATS_PUB dependencies on STANDARD

Line 50: --Standard Parameters Start

46:
47:
48: --API
49: PROCEDURE REDERIVE_PERSON_STATS(
50: --Standard Parameters Start
51: p_api_version IN NUMBER,
52: p_init_msg_list IN VARCHAR2 default FND_API.G_FALSE,
53: p_commit IN VARCHAR2 default FND_API.G_FALSE,
54: p_validation_level IN NUMBER default FND_API.G_VALID_LEVEL_FULL,

Line 58: --Standard parameter ends

54: p_validation_level IN NUMBER default FND_API.G_VALID_LEVEL_FULL,
55: x_return_status OUT NOCOPY VARCHAR2,
56: x_msg_count OUT NOCOPY NUMBER,
57: x_msg_data OUT NOCOPY VARCHAR2,
58: --Standard parameter ends
59: p_person_id IN NUMBER,
60: p_group_id IN NUMBER,
61: x_return_status_tbl OUT NOCOPY Return_Status_Tbl_Type
62: )

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

95: BEGIN
96:
97: l_msg_index := 0;
98:
99: -- Standard call to check for call compatibility.
100: IF NOT FND_API.Compatible_API_Call (l_api_version,p_api_version,l_api_name,G_PKG_NAME) THEN
101: RAISE FND_API.G_EXC_ERROR;
102: END IF;
103:

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

153: IF FND_API.To_Boolean( p_commit ) THEN
154: COMMIT WORK;
155: END IF;
156: x_return_status := FND_API.G_RET_STS_SUCCESS;
157: -- Standard call to get message count and if count is 1, get message info.
158: EXCEPTION
159: WHEN FND_API.G_EXC_ERROR THEN
160: ROLLBACK TO REDERIVE_PERSON_STATS_PUB;
161: x_return_status := FND_API.G_RET_STS_ERROR ;

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

206: END IF;
207:
208: x_return_status_tbl(l_ctr).sub_return_status := FND_API.G_RET_STS_SUCCESS;
209: x_return_status := FND_API.G_RET_STS_SUCCESS;
210: -- Standard call to get message count and if count is 1, get message info.
211: EXCEPTION
212: WHEN FND_API.G_EXC_ERROR THEN
213: l_ind_g_exec_error := TRUE;
214: ROLLBACK TO REDERIVE_PERSON_STATS_PUB;