DBA Data[Home] [Help]

APPS.CN_PSUM_PVT dependencies on STANDARD

Line 73: -- Standard Start of API savepoint

69: l_srp CN_SRP_HIER_PROC_PVT.group_mbr_tbl_type;
70: l_agg_counter NUMBER := 0;
71:
72: BEGIN
73: -- Standard Start of API savepoint
74: SAVEPOINT Get_Psum_Data_SP;
75: -- Standard call to check for call compatibility.
76: IF NOT FND_API.compatible_api_call
77: ( l_api_version ,p_api_version ,l_api_name ,G_PKG_NAME )

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

71:
72: BEGIN
73: -- Standard Start of API savepoint
74: SAVEPOINT Get_Psum_Data_SP;
75: -- Standard call to check for call compatibility.
76: IF NOT FND_API.compatible_api_call
77: ( l_api_version ,p_api_version ,l_api_name ,G_PKG_NAME )
78: THEN
79: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 253: -- Standard check of p_commit.

249: -- End of API body.
250:
251: << end_api >>
252:
253: -- Standard check of p_commit.
254: IF FND_API.To_Boolean( p_commit ) THEN
255: COMMIT WORK;
256: END IF;
257: -- Standard call to get message count and if count is 1, get message info.

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

253: -- Standard check of p_commit.
254: IF FND_API.To_Boolean( p_commit ) THEN
255: COMMIT WORK;
256: END IF;
257: -- Standard call to get message count and if count is 1, get message info.
258: FND_MSG_PUB.Count_And_Get
259: (
260: p_count => x_msg_count ,
261: p_data => x_msg_data ,

Line 335: -- Standard Start of API savepoint

331: l_srp CN_SRP_HIER_PROC_PVT.group_mbr_tbl_type;
332: l_agg_counter NUMBER := 0;
333:
334: BEGIN
335: -- Standard Start of API savepoint
336: SAVEPOINT Get_MO_Psum_Data_SP;
337: -- Standard call to check for call compatibility.
338: IF NOT FND_API.compatible_api_call
339: ( l_api_version ,p_api_version ,l_api_name ,G_PKG_NAME )

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

333:
334: BEGIN
335: -- Standard Start of API savepoint
336: SAVEPOINT Get_MO_Psum_Data_SP;
337: -- Standard call to check for call compatibility.
338: IF NOT FND_API.compatible_api_call
339: ( l_api_version ,p_api_version ,l_api_name ,G_PKG_NAME )
340: THEN
341: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 530: -- Standard check of p_commit.

526: -- End of API body.
527:
528: << end_api >>
529:
530: -- Standard check of p_commit.
531: IF FND_API.To_Boolean( p_commit ) THEN
532: COMMIT WORK;
533: END IF;
534: -- Standard call to get message count and if count is 1, get message info.

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

530: -- Standard check of p_commit.
531: IF FND_API.To_Boolean( p_commit ) THEN
532: COMMIT WORK;
533: END IF;
534: -- Standard call to get message count and if count is 1, get message info.
535: FND_MSG_PUB.Count_And_Get
536: (
537: p_count => x_msg_count ,
538: p_data => x_msg_data ,