DBA Data[Home] [Help]

APPS.IGS_PE_CONFIG_PVT dependencies on STANDARD

Line 92: -- Standard Start of API savepoint

88: l_api_name CONSTANT VARCHAR2(30) := 'PE_INFO';
89: l_api_version CONSTANT NUMBER := 1.0;
90:
91: BEGIN
92: -- Standard Start of API savepoint
93: SAVEPOINT sp_config;
94:
95: -- Initialize message list if p_init_msg_list is set to TRUE.
96: -- default the x_result variable to true, so that if error occurs, then aslo the return status is TRUE

Line 263: ssawhney API standards implementation

259: SYSDATE whenever Student Updates his/her latest info
260: Known Limitations,Enhancements or Remarks
261: Change History :
262: Who When What
263: ssawhney API standards implementation
264: ssawhney 22aug2002 Bug 2524217 : defaults removed in params, p_commit defaulted in spec.
265: pkpatel 25-OCT-2002 Bug No: 2613704
266: Replaced column inst_priority_code_id with inst_priority_cd in igs_pe_hz_parties_pkg
267: pkpatel 2-DEC-2002 Bug No: 2599109

Line 287: -- Standard Start of API savepoint

283: l_api_name CONSTANT VARCHAR2(30) := 'PE_INFO';
284: l_api_version CONSTANT NUMBER := 1.0;
285:
286: BEGIN
287: -- Standard Start of API savepoint
288: SAVEPOINT sp_verify;
289:
290: IF NOT FND_API.Compatible_Api_Call( l_api_version,
291: p_api_version,

Line 368: -- Standard check of p_commit.

364:
365:
366: -- End of Updation.
367:
368: -- Standard check of p_commit.
369: IF FND_API.To_Boolean( p_commit ) THEN
370: COMMIT;
371: END IF;
372:

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

369: IF FND_API.To_Boolean( p_commit ) THEN
370: COMMIT;
371: END IF;
372:
373: -- Standard call to get message count and if count is 1, get message info.
374: FND_MSG_PUB.Count_And_Get
375: ( p_count => x_msg_count ,
376: p_data => x_msg_data
377: );