DBA Data[Home] [Help]

APPS.PV_ASSIGNMENT_PVT dependencies on STANDARD

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

77:
78:
79:
80: BEGIN
81: -- Standard call to check for call compatibility.
82: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
83: p_api_version_number,
84: l_api_name,
85: G_PKG_NAME)

Line 157: -- Standard check for p_commit

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

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

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

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

211: l_assignment_log_id number;
212:
213: BEGIN
214:
215: -- Standard call to check for call compatibility.
216: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
217: p_api_version_number,
218: l_api_name,
219: G_PKG_NAME)

Line 308: -- Standard check for p_commit

304: --
305: -- End of API body
306: --
307:
308: -- Standard check for p_commit
309: IF FND_API.to_Boolean( p_commit )
310: THEN
311: COMMIT WORK;
312: END IF;

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

310: THEN
311: COMMIT WORK;
312: END IF;
313:
314: -- Standard call to get message count and if count is 1, get message info.
315: FND_MSG_PUB.Count_And_Get
316: ( p_count => x_msg_count,
317: p_data => x_msg_data
318: );

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

369: l_party_resource_id number;
370: l_response varchar2(30);
371:
372: begin
373: -- Standard call to check for call compatibility.
374:
375: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
376: p_api_version_number,
377: l_api_name,

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

451: IF FND_API.To_Boolean ( p_commit ) THEN
452: COMMIT WORK;
453: END IF;
454:
455: -- Standard call to get message count and if count is 1, get message info.
456: fnd_msg_pub.Count_And_Get( p_encoded => FND_API.G_TRUE,
457: p_count => x_msg_count,
458: p_data => x_msg_data);
459: EXCEPTION

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

525: and usr.user_name = c.original_recipient
526: and c.context = pc_itemtype || ':' || pc_itemkey || ':' || d.process_activity;
527:
528: begin
529: -- Standard call to check for call compatibility.
530:
531: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
532: p_api_version_number,
533: l_api_name,

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

600: IF FND_API.To_Boolean ( p_commit ) THEN
601: COMMIT WORK;
602: END IF;
603:
604: -- Standard call to get message count and if count is 1, get message info.
605: fnd_msg_pub.Count_And_Get( p_encoded => FND_API.G_TRUE,
606: p_count => x_msg_count,
607: p_data => x_msg_data);
608: EXCEPTION

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

760: WHERE fuser.user_id = pc_user_id
761: AND fuser.user_id = extn.user_id;
762:
763: begin
764: -- Standard call to check for call compatibility.
765:
766: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
767: p_api_version_number,
768: l_api_name,

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

1099: IF FND_API.To_Boolean ( p_commit ) THEN
1100: COMMIT WORK;
1101: END IF;
1102:
1103: -- Standard call to get message count and if count is 1, get message info.
1104: fnd_msg_pub.Count_And_Get( p_encoded => FND_API.G_TRUE,
1105: p_count => x_msg_count,
1106: p_data => x_msg_data);
1107: EXCEPTION

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

1371: -- 1. When CM withdraws a matched/offered opportunity
1372: -- 2. When CM withdraws an active opportunity
1373: -- 3. When Partner Abandons the opportunity
1374: --
1375: -- Standard call to check for call compatibility.
1376:
1377: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
1378: p_api_version_number,
1379: l_api_name,

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

1529: IF FND_API.To_Boolean ( p_commit ) THEN
1530: COMMIT WORK;
1531: END IF;
1532:
1533: -- Standard call to get message count and if count is 1, get message info.
1534: fnd_msg_pub.Count_And_Get( p_encoded => FND_API.G_TRUE,
1535: p_count => x_msg_count,
1536: p_data => x_msg_data);
1537: EXCEPTION

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

1615:
1616:
1617:
1618: begin
1619: -- Standard call to check for call compatibility.
1620:
1621: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
1622: p_api_version_number,
1623: l_api_name,

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

1925: IF FND_API.To_Boolean ( p_commit ) THEN
1926: COMMIT WORK;
1927: END IF;
1928:
1929: -- Standard call to get message count and if count is 1, get message info.
1930: fnd_msg_pub.Count_And_Get( p_encoded => FND_API.G_TRUE,
1931: p_count => x_msg_count,
1932: p_data => x_msg_data);
1933: EXCEPTION

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

1976: l_pt_contact_role_name varchar2(50);
1977: l_assignment_type varchar2(30);
1978:
1979: begin
1980: -- Standard call to check for call compatibility.
1981:
1982: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
1983: p_api_version_number,
1984: l_api_name,

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

2036: IF FND_API.To_Boolean ( p_commit ) THEN
2037: COMMIT WORK;
2038: END IF;
2039:
2040: -- Standard call to get message count and if count is 1, get message info.
2041: fnd_msg_pub.Count_And_Get( p_encoded => FND_API.G_TRUE,
2042: p_count => x_msg_count,
2043: p_data => x_msg_data);
2044: EXCEPTION

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

2141: and pn.notification_type = pc_notify_type
2142: and usr.user_id = pn.user_id ;
2143:
2144: begin
2145: -- Standard call to check for call compatibility.
2146:
2147: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
2148: p_api_version_number,
2149: l_api_name,

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

2385: IF FND_API.To_Boolean ( p_commit ) THEN
2386: COMMIT WORK;
2387: END IF;
2388:
2389: -- Standard call to get message count and if count is 1, get message info.
2390: fnd_msg_pub.Count_And_Get( p_encoded => FND_API.G_TRUE,
2391: p_count => x_msg_count,
2392: p_data => x_msg_data);
2393: EXCEPTION

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

2495: and aa.to_lead_status = 'ABANDONED');
2496:
2497:
2498: begin
2499: -- Standard call to check for call compatibility.
2500:
2501: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
2502: p_api_version_number,
2503: l_api_name,

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

2752: IF FND_API.To_Boolean ( p_commit ) THEN
2753: COMMIT WORK;
2754: END IF;
2755:
2756: -- Standard call to get message count and if count is 1, get message info.
2757: fnd_msg_pub.Count_And_Get( p_encoded => FND_API.G_TRUE,
2758: p_count => x_msg_count,
2759: p_data => x_msg_data);
2760: EXCEPTION

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

2806: l_pt_respond_URL varchar2(200);
2807:
2808:
2809: begin
2810: -- Standard call to check for call compatibility.
2811:
2812: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
2813: p_api_version_number,
2814: l_api_name,

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

2963: IF FND_API.To_Boolean ( p_commit ) THEN
2964: COMMIT WORK;
2965: END IF;
2966:
2967: -- Standard call to get message count and if count is 1, get message info.
2968: fnd_msg_pub.Count_And_Get( p_encoded => FND_API.G_TRUE,
2969: p_count => x_msg_count,
2970: p_data => x_msg_data);
2971: EXCEPTION

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

3022: l_api_version_number CONSTANT NUMBER := 1.0;
3023:
3024: begin
3025:
3026: -- Standard call to check for call compatibility.
3027:
3028: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
3029: p_api_version_number,
3030: l_api_name,

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

3133: IF FND_API.To_Boolean ( p_commit ) THEN
3134: COMMIT WORK;
3135: END IF;
3136:
3137: -- Standard call to get message count and if count is 1, get message info.
3138: fnd_msg_pub.Count_And_Get( p_encoded => FND_API.G_TRUE,
3139: p_count => x_msg_count,
3140: p_data => x_msg_data);
3141: EXCEPTION

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

3179: l_api_name CONSTANT VARCHAR2(30) := 'set_current_routing_flag';
3180: l_api_version_number CONSTANT NUMBER := 1.0;
3181:
3182: begin
3183: -- Standard call to check for call compatibility.
3184:
3185: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
3186: p_api_version_number,
3187: l_api_name,

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

3215: IF FND_API.To_Boolean ( p_commit ) THEN
3216: COMMIT WORK;
3217: END IF;
3218:
3219: -- Standard call to get message count and if count is 1, get message info.
3220: fnd_msg_pub.Count_And_Get( p_encoded => FND_API.G_TRUE,
3221: p_count => x_msg_count,
3222: p_data => x_msg_data);
3223: EXCEPTION

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

3269: from fnd_tables where rownum <= pc_count;
3270:
3271: BEGIN
3272:
3273: -- Standard call to check for call compatibility.
3274: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
3275: p_api_version_number,
3276: l_api_name,
3277: G_PKG_NAME)

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

3366: IF FND_API.To_Boolean ( p_commit ) THEN
3367: COMMIT WORK;
3368: END IF;
3369:
3370: -- Standard call to get message count and if count is 1, get message info.
3371: fnd_msg_pub.Count_And_Get( p_encoded => FND_API.G_TRUE,
3372: p_count => x_msg_count,
3373: p_data => x_msg_data);
3374: EXCEPTION

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

3567:
3568:
3569: BEGIN
3570:
3571: -- Standard call to check for call compatibility.
3572:
3573: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
3574: p_api_version_number,
3575: l_api_name,

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

4084: IF FND_API.To_Boolean ( p_commit ) THEN
4085: COMMIT WORK;
4086: END IF;
4087:
4088: -- Standard call to get message count and if count is 1, get message info.
4089: fnd_msg_pub.Count_And_Get( p_encoded => FND_API.G_TRUE,
4090: p_count => x_msg_count,
4091: p_data => x_msg_data);
4092: EXCEPTION

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

4149: l_itemType VARCHAR2(30) := pv_workflow_pub.g_wf_itemtype_pvasgnmt;
4150:
4151:
4152: begin
4153: -- Standard call to check for call compatibility.
4154:
4155: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
4156: p_api_version_number,
4157: l_api_name,

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

4269: IF FND_API.To_Boolean ( p_commit ) THEN
4270: COMMIT WORK;
4271: END IF;
4272:
4273: -- Standard call to get message count and if count is 1, get message info.
4274: fnd_msg_pub.Count_And_Get( p_encoded => FND_API.G_TRUE,
4275: p_count => x_msg_count,
4276: p_data => x_msg_data);
4277: EXCEPTION