DBA Data[Home] [Help]

APPS.CUG_INCIDNT_ATTR_VALS_PVT dependencies on STANDARD

Line 136: -- Standard check of p_commit.

132: );
133: END LOOP;
134: end if;
135:
136: -- Standard check of p_commit.
137: IF FND_API.To_Boolean( p_commit ) THEN
138: COMMIT WORK;
139: END IF;
140:

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

143: END IF;
144: CLOSE l_CheckIfSRHdrInfoPresent_csr;
145: --End - To fix bug # 2440305
146:
147: -- Standard call to get message count and if count is 1, get message info.
148: FND_MSG_PUB.Count_And_Get
149: (p_count => x_msg_count ,
150: p_data => x_msg_data
151: );

Line 284: -- Standard check for p_commit.

280: END IF;
281:
282: -- Endof API body.
283:
284: -- Standard check for p_commit.
285: IF FND_API.To_Boolean ( p_commit ) THEN
286: COMMIT WORK;
287: END IF;
288:

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

286: COMMIT WORK;
287: END IF;
288:
289:
290: -- Standard call to get messgage count and if count is 1, get message info.
291: FND_MSG_PUB.Count_And_get (
292: p_count => x_msg_count,
293: p_data => x_msg_data
294: );

Line 425: -- Standard check of p_commit.

421: dbms_output.put_line( 'l_return_status is ' || l_return_status );
422: dbms_output.put_line( 'l_msg_data is ' || l_msg_data );
423:
424: */
425: -- Standard check of p_commit.
426: IF FND_API.To_Boolean( p_commit ) THEN
427: COMMIT WORK;
428: END IF;
429: -- Standard call to get message count and if count is 1, get message info.

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

425: -- Standard check of p_commit.
426: IF FND_API.To_Boolean( p_commit ) THEN
427: COMMIT WORK;
428: END IF;
429: -- Standard call to get message count and if count is 1, get message info.
430: FND_MSG_PUB.Count_And_Get
431: (p_count => x_msg_count ,
432: p_data => x_msg_data
433: );