DBA Data[Home] [Help]

APPS.CS_TP_QUESTIONS_PVT dependencies on STANDARD

Line 174: -- Standard check of p_commit.

170: );
171: X_Question_ID :=l_question_id;
172: -- End of API Body
173:
174: -- Standard check of p_commit.
175: IF FND_API.To_Boolean( p_commit ) THEN
176: COMMIT WORK;
177: END IF;
178: -- Standard call to get message count and if count is 1, get message info.

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

174: -- Standard check of p_commit.
175: IF FND_API.To_Boolean( p_commit ) THEN
176: COMMIT WORK;
177: END IF;
178: -- Standard call to get message count and if count is 1, get message info.
179: FND_MSG_PUB.Count_And_Get
180: (p_count => x_msg_count ,
181: p_data => x_msg_data
182: );

Line 293: -- Standard check of p_commit.

289:
290: );
291: -- End of API Body
292:
293: -- Standard check of p_commit.
294: IF FND_API.To_Boolean( p_commit ) THEN
295: COMMIT WORK;
296: END IF;
297: -- Standard call to get message count and if count is 1, get message info.

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

293: -- Standard check of p_commit.
294: IF FND_API.To_Boolean( p_commit ) THEN
295: COMMIT WORK;
296: END IF;
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 420: -- Standard check of p_commit.

416: end loop;
417: end if;
418: -- End of API Body
419:
420: -- Standard check of p_commit.
421: IF FND_API.To_Boolean( p_commit ) THEN
422: COMMIT WORK;
423: END IF;
424: -- Standard call to get message count and if count is 1, get message info.

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

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

Line 508: -- Standard check of p_commit.

504: X_LAST_UPDATE_LOGIN => l_login );
505: end loop;
506: end if;
507:
508: -- Standard check of p_commit.
509: IF FND_API.To_Boolean( p_commit ) THEN
510: COMMIT WORK;
511: END IF;
512: -- Standard call to get message count and if count is 1, get message info.

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

508: -- Standard check of p_commit.
509: IF FND_API.To_Boolean( p_commit ) THEN
510: COMMIT WORK;
511: END IF;
512: -- Standard call to get message count and if count is 1, get message info.
513: FND_MSG_PUB.Count_And_Get
514: (p_count => x_msg_count ,
515: p_data => x_msg_data
516: );

Line 682: -- Standard check of p_commit.

678:
679: dbms_sql.close_cursor(l_CursorID);
680: X_Retrieved_Question_Number := j;
681: X_Total_Questions := i-1;
682: -- Standard check of p_commit.
683: IF FND_API.To_Boolean( p_commit) THEN
684: COMMIT WORK;
685: END IF;
686: -- Standard call to get message count and if count is 1, get message info.

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

682: -- Standard check of p_commit.
683: IF FND_API.To_Boolean( p_commit) THEN
684: COMMIT WORK;
685: END IF;
686: -- Standard call to get message count and if count is 1, get message info.
687: FND_MSG_PUB.Count_And_Get
688: (p_count => x_msg_count,
689: p_data => x_msg_data
690: );

Line 758: -- Standard check of p_commit.

754: X_Question_To_Show.mLast_Updated_Date := to_char( One_Question.Last_Update_Date , l_default_last_up_date_format);
755: X_Question_To_Show.mNoteType := One_Question.Note_Type;
756: X_Question_To_Show.mShowOnCreationFlag := One_Question.Show_On_Creation_Flag;
757:
758: -- Standard check of p_commit.
759: IF FND_API.To_Boolean( p_commit) THEN
760: COMMIT WORK;
761: END IF;
762: -- Standard call to get message count and if count is 1, get message info.

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

758: -- Standard check of p_commit.
759: IF FND_API.To_Boolean( p_commit) THEN
760: COMMIT WORK;
761: END IF;
762: -- Standard call to get message count and if count is 1, get message info.
763: FND_MSG_PUB.Count_And_Get
764: (p_count => x_msg_count ,
765: p_data => x_msg_data
766: );