DBA Data[Home] [Help]

APPS.GMF_BURDENDETAILS_PVT dependencies on STANDARD

Line 135: -- Standard Start of API savepoint

131: l_burdenline_id cm_brdn_dtl.burdenline_id%TYPE ;
132: l_idx NUMBER(10) := 0 ;
133: BEGIN
134:
135: -- Standard Start of API savepoint
136: SAVEPOINT Create_Burden_Details_PVT ;
137:
138: -- Initialize message list if p_init_msg_list is set to TRUE.
139: IF FND_API.to_Boolean( p_init_msg_list ) THEN

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

139: IF FND_API.to_Boolean( p_init_msg_list ) THEN
140: FND_MSG_PUB.initialize;
141: END IF;
142:
143: -- Standard call to check for call compatibility.
144: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
145: p_api_version ,
146: l_api_name ,
147: G_PKG_NAME )

Line 292: -- Standard check of p_commit.

288: RAISE ;
289: END ;
290: END LOOP ;
291:
292: -- Standard check of p_commit.
293: IF FND_API.To_Boolean( p_commit ) THEN
294: COMMIT WORK;
295: END IF;
296:

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

293: IF FND_API.To_Boolean( p_commit ) THEN
294: COMMIT WORK;
295: END IF;
296:
297: -- Standard call to get message count and if count is 1, get message info.
298: FND_MSG_PUB.Count_And_Get
299: ( p_count => x_msg_count ,
300: p_data => x_msg_data
301: );

Line 390: -- Standard Start of API savepoint

386:
387: l_no_rows_upd NUMBER ;
388: BEGIN
389:
390: -- Standard Start of API savepoint
391: SAVEPOINT Update_Burden_Details_PVT;
392:
393: -- Initialize message list if p_init_msg_list is set to TRUE.
394: IF FND_API.to_Boolean( p_init_msg_list ) THEN

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

394: IF FND_API.to_Boolean( p_init_msg_list ) THEN
395: FND_MSG_PUB.initialize;
396: END IF;
397:
398: -- Standard call to check for call compatibility.
399: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
400: p_api_version ,
401: l_api_name ,
402: G_PKG_NAME )

Line 670: -- Standard check of p_commit.

666: RAISE ;
667: END ;
668: END LOOP ;
669:
670: -- Standard check of p_commit.
671: IF FND_API.To_Boolean( p_commit ) THEN
672: COMMIT WORK;
673: END IF;
674:

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

671: IF FND_API.To_Boolean( p_commit ) THEN
672: COMMIT WORK;
673: END IF;
674:
675: -- Standard call to get message count and if count is 1, get message info.
676: FND_MSG_PUB.Count_And_Get
677: ( p_count => x_msg_count ,
678: p_data => x_msg_data
679: );

Line 793: -- Standard Start of API savepoint

789: , b.cost_analysis_code
790: ;
791: BEGIN
792:
793: -- Standard Start of API savepoint
794: SAVEPOINT Get_Burden_Details_PVT;
795: -- Initialize message list if p_init_msg_list is set to TRUE.
796: IF FND_API.to_Boolean( p_init_msg_list ) THEN
797: FND_MSG_PUB.initialize;

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

796: IF FND_API.to_Boolean( p_init_msg_list ) THEN
797: FND_MSG_PUB.initialize;
798: END IF;
799:
800: -- Standard call to check for call compatibility.
801: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
802: p_api_version ,
803: l_api_name ,
804: G_PKG_NAME )

Line 843: -- Standard check of p_commit.

839: END LOOP ;
840:
841:
842: /*
843: -- Standard check of p_commit.
844: IF FND_API.To_Boolean( p_commit ) THEN
845: COMMIT WORK;
846: END IF;
847: */

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

845: COMMIT WORK;
846: END IF;
847: */
848:
849: -- Standard call to get message count and if count is 1, get message info.
850: FND_MSG_PUB.Count_And_Get
851: ( p_count => x_msg_count ,
852: p_data => x_msg_data
853: );