DBA Data[Home] [Help]

APPS.PV_ASSIGN_UTIL_PVT dependencies on STANDARD

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

147: IF FND_API.To_Boolean ( p_commit ) THEN
148: COMMIT WORK;
149: END IF;
150:
151: -- Standard call to get message count and if count is 1, get message info.
152: fnd_msg_pub.Count_And_Get( p_encoded => FND_API.G_TRUE,
153: p_count => x_msg_count,
154: p_data => x_msg_data);
155: EXCEPTION

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

201:
202: l_lead_number varchar2(50);
203:
204: begin
205: -- Standard call to check for call compatibility.
206:
207: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
208: p_api_version_number,
209: l_api_name,

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

287: IF FND_API.To_Boolean ( p_commit ) THEN
288: COMMIT WORK;
289: END IF;
290:
291: -- Standard call to get message count and if count is 1, get message info.
292: fnd_msg_pub.Count_And_Get( p_encoded => FND_API.G_TRUE,
293: p_count => x_msg_count,
294: p_data => x_msg_data);
295: EXCEPTION

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

338: l_party_notification_id number;
339:
340: BEGIN
341:
342: -- Standard call to check for call compatibility.
343: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
344: p_api_version_number,
345: l_api_name,
346: G_PKG_NAME)

Line 462: -- Standard check for p_commit

458: --
459: -- End of API body
460: --
461:
462: -- Standard check for p_commit
463: IF FND_API.to_Boolean( p_commit )
464: THEN
465: COMMIT WORK;
466: END IF;

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

464: THEN
465: COMMIT WORK;
466: END IF;
467:
468: -- Standard call to get message count and if count is 1, get message info.
469: FND_MSG_PUB.Count_And_Get
470: ( p_count => x_msg_count,
471: p_data => x_msg_data
472: );

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

514:
515: l_lead_assignment_id number;
516:
517: begin
518: -- Standard call to check for call compatibility.
519:
520: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
521: p_api_version_number,
522: l_api_name,

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

637: IF FND_API.To_Boolean ( p_commit ) THEN
638: COMMIT WORK;
639: END IF;
640:
641: -- Standard call to get message count and if count is 1, get message info.
642: fnd_msg_pub.Count_And_Get( p_encoded => FND_API.G_TRUE,
643: p_count => x_msg_count,
644: p_data => x_msg_data);
645: EXCEPTION

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

695: l_oppty_routing_log_rec PV_ASSIGNMENT_PVT.oppty_routing_log_rec_type;
696: l_user_category VARCHAR2(40);
697: l_user_id NUMBER;
698: BEGIN
699: -- Standard call to check for call compatibility.
700:
701: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
702: p_api_version_number,
703: l_api_name,

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

831: IF FND_API.To_Boolean ( p_commit ) THEN
832: COMMIT WORK;
833: END IF;
834:
835: -- Standard call to get message count and if count is 1, get message info.
836: fnd_msg_pub.Count_And_Get( p_encoded => FND_API.G_TRUE,
837: p_count => x_msg_count,
838: p_data => x_msg_data);
839: EXCEPTION

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

876: l_api_name CONSTANT VARCHAR2(30) := 'delete_lead_assignment_row';
877: l_api_version_number CONSTANT NUMBER := 1.0;
878:
879: begin
880: -- Standard call to check for call compatibility.
881:
882: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
883: p_api_version_number,
884: l_api_name,

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

923: IF FND_API.To_Boolean ( p_commit ) THEN
924: COMMIT WORK;
925: END IF;
926:
927: -- Standard call to get message count and if count is 1, get message info.
928: fnd_msg_pub.Count_And_Get( p_encoded => FND_API.G_TRUE,
929: p_count => x_msg_count,
930: p_data => x_msg_data);
931: EXCEPTION

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

1189: role.role_code in ('CHANNEL_MANAGER', 'CHANNEL_REP');
1190:
1191:
1192: begin
1193: -- Standard call to check for call compatibility.
1194: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
1195: p_api_version_number,
1196: l_api_name,
1197: G_PKG_NAME) THEN

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

1580: IF FND_API.To_Boolean ( p_commit ) THEN
1581: COMMIT WORK;
1582: END IF;
1583:
1584: -- Standard call to get message count and if count is 1, get message info.
1585: fnd_msg_pub.Count_And_Get( p_encoded => FND_API.G_TRUE,
1586: p_count => x_msg_count,
1587: p_data => x_msg_data);
1588: EXCEPTION

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

2715: fnd_message.Set_Name('PV', 'API:' || l_api_name || ': End');
2716: fnd_msg_pub.Add;
2717: END IF;
2718:
2719: -- Standard call to get message count and if count is 1, get message info.
2720: fnd_msg_pub.Count_And_Get( p_encoded => FND_API.G_FALSE,
2721: p_count => x_msg_count,
2722: p_data => x_msg_data);
2723:

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

2768: l_api_name CONSTANT VARCHAR2(30) := 'GetWorkflowID';
2769: l_api_version_number CONSTANT NUMBER := 1.0;
2770:
2771: begin
2772: -- Standard call to check for call compatibility.
2773: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
2774: p_api_version_number,
2775: l_api_name,
2776: G_PKG_NAME)

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

2853: IF FND_API.To_Boolean ( p_commit ) THEN
2854: COMMIT WORK;
2855: END IF;
2856:
2857: -- Standard call to get message count and if count is 1, get message info.
2858: fnd_msg_pub.Count_And_Get( p_encoded => FND_API.G_TRUE,
2859: p_count => x_msg_count,
2860: p_data => x_msg_data);
2861: EXCEPTION

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

3007: and error_message is not null and error_name <> 'WFMLRSND_FAILED';
3008:
3009:
3010: begin
3011: -- Standard call to check for call compatibility.
3012:
3013: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
3014: p_api_version_number,
3015: l_api_name,

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

3059: IF FND_API.To_Boolean ( p_commit ) THEN
3060: COMMIT WORK;
3061: END IF;
3062:
3063: -- Standard call to get message count and if count is 1, get message info.
3064: fnd_msg_pub.Count_And_Get( p_encoded => FND_API.G_FALSE,
3065: p_count => x_msg_count,
3066: p_data => x_msg_data);
3067: EXCEPTION