DBA Data[Home] [Help]

APPS.IBC_CV_LABEL_GRP dependencies on STANDARD

Line 158: -- Standard check for p_commit

154: --
155: -- End of API body
156: --
157:
158: -- Standard check for p_commit
159: IF Fnd_Api.to_Boolean( p_commit )
160: THEN
161: COMMIT WORK;
162: END IF;

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

160: THEN
161: COMMIT WORK;
162: END IF;
163:
164: -- Standard call to get message count and if count is 1, get message info.
165: Fnd_Msg_Pub.Count_And_Get
166: ( p_count => x_msg_count,
167: p_data => x_msg_data
168: );

Line 358: -- Standard check for p_commit

354: --
355: -- End of API body
356: --
357:
358: -- Standard check for p_commit
359: IF Fnd_Api.to_Boolean( p_commit )
360: THEN
361: COMMIT WORK;
362: END IF;

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

360: THEN
361: COMMIT WORK;
362: END IF;
363:
364: -- Standard call to get message count and if count is 1, get message info.
365: Fnd_Msg_Pub.Count_And_Get
366: ( p_count => x_msg_count,
367: p_data => x_msg_data
368: );

Line 495: -- Standard check for p_commit

491: --
492: -- End of API body
493: --
494:
495: -- Standard check for p_commit
496: IF Fnd_Api.to_Boolean( p_commit )
497: THEN
498: COMMIT WORK;
499: END IF;

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

497: THEN
498: COMMIT WORK;
499: END IF;
500:
501: -- Standard call to get message count and if count is 1, get message info.
502: Fnd_Msg_Pub.Count_And_Get
503: ( p_count => x_msg_count,
504: p_data => x_msg_data
505: );

Line 641: -- Standard call to check for call compatibility. --|**|

637: IF (p_init_msg_list = Fnd_Api.g_true) THEN --|**|
638: Fnd_Msg_Pub.initialize; --|**|
639: END IF; --|**|
640: --|**|
641: -- Standard call to check for call compatibility. --|**|
642: IF NOT Fnd_Api.Compatible_API_Call ( --|**|
643: l_api_version_number --|**|
644: ,p_api_version_number --|**|
645: ,l_api_name --|**|

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

777: IF ( (x_return_status = Fnd_Api.G_RET_STS_SUCCESS) AND (p_commit = Fnd_Api.g_true) ) THEN
778: COMMIT;
779: END IF;
780:
781: -- Standard call to get message count and if count is 1, get message info.
782: Fnd_Msg_Pub.Count_And_Get(
783: p_count => x_msg_count,
784: p_data => x_msg_data
785: );

Line 945: -- Standard call to check for call compatibility. --|**|

941: IF (p_init_msg_list = Fnd_Api.g_true) THEN --|**|
942: Fnd_Msg_Pub.initialize; --|**|
943: END IF; --|**|
944: --|**|
945: -- Standard call to check for call compatibility. --|**|
946: IF NOT Fnd_Api.Compatible_API_Call ( --|**|
947: l_api_version_number --|**|
948: ,p_api_version_number --|**|
949: ,l_api_name --|**|

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

969: IF ( (x_return_status = Fnd_Api.G_RET_STS_SUCCESS) AND (p_commit = Fnd_Api.g_true) ) THEN
970: COMMIT;
971: END IF;
972:
973: -- Standard call to get message count and if count is 1, get message info.
974: Fnd_Msg_Pub.Count_And_Get(
975: p_count => x_msg_count,
976: p_data => x_msg_data
977: );