DBA Data[Home] [Help]

APPS.CN_ROLLUP_PVT dependencies on STANDARD

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

50: AND org_id = p_org_id
51: AND (end_date_active IS NULL OR p_srp.start_date <= end_date_active)
52: AND (p_srp.end_date IS NULL OR p_srp.end_date >= start_date_active);
53: BEGIN
54: -- Standard call to check for call compatibility.
55: IF NOT FND_API.Compatible_API_Call
56: (l_api_version ,
57: p_api_version ,
58: l_api_name ,

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

81: END LOOP;
82:
83: -- End of API body.
84:
85: -- Standard call to get message count and if count is 1, get message info.
86: FND_MSG_PUB.Count_And_Get
87: (p_count => x_msg_count ,
88: p_data => x_msg_data );
89: EXCEPTION

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

166: AND (p_group.end_date IS NULL OR p_group.end_date >= start_date_active);
167:
168: l_counter NUMBER(15);
169: BEGIN
170: -- Standard call to check for call compatibility.
171: IF NOT FND_API.Compatible_API_Call
172: (l_api_version ,
173: p_api_version ,
174: l_api_name ,

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

199: END LOOP;
200:
201: -- End of API body.
202:
203: -- Standard call to get message count and if count is 1, get message info.
204: FND_MSG_PUB.Count_And_Get
205: (p_count => x_msg_count ,
206: p_data => x_msg_data );
207: EXCEPTION

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

272: l_counter NUMBER(15);
273:
274: l_group_member cn_rollup_pvt.group_mem_tbl_type;
275: BEGIN
276: -- Standard call to check for call compatibility.
277: IF NOT FND_API.Compatible_API_Call
278: (l_api_version ,
279: p_api_version ,
280: l_api_name ,

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

318: END LOOP;
319:
320: -- End of API body.
321:
322: -- Standard call to get message count and if count is 1, get message info.
323: FND_MSG_PUB.Count_And_Get
324: (p_count => x_msg_count ,
325: p_data => x_msg_data );
326: EXCEPTION

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

404: AND (p_srp.end_date IS NULL OR p_srp.end_date >= start_date_active);
405:
406: l_counter NUMBER(15) := 0;
407: BEGIN
408: -- Standard call to check for call compatibility.
409: IF NOT FND_API.Compatible_API_Call
410: (l_api_version ,
411: p_api_version ,
412: l_api_name ,

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

436: END LOOP;
437:
438: -- End of API body.
439:
440: -- Standard call to get message count and if count is 1, get message info.
441: FND_MSG_PUB.Count_And_Get
442: (p_count => x_msg_count ,
443: p_data => x_msg_data );
444: EXCEPTION

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

519: WHERE group_id = p_group.group_id
520: AND (end_date_active IS NULL OR p_group.start_date <= end_date_active)
521: AND (p_group.end_date IS NULL OR p_group.end_date >= start_date_active);
522: BEGIN
523: -- Standard call to check for call compatibility.
524: IF NOT FND_API.Compatible_API_Call
525: (l_api_version ,
526: p_api_version ,
527: l_api_name ,

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

550: END LOOP;
551:
552: -- End of API body.
553:
554: -- Standard call to get message count and if count is 1, get message info.
555: FND_MSG_PUB.Count_And_Get
556: (p_count => x_msg_count ,
557: p_data => x_msg_data );
558: EXCEPTION

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

632: WHERE parent_group_id = p_group.group_id
633: AND (end_date_active IS NULL OR p_group.start_date <= end_date_active)
634: AND (p_group.end_date IS NULL OR p_group.end_date >= start_date_active);
635: BEGIN
636: -- Standard call to check for call compatibility.
637: IF NOT FND_API.Compatible_API_Call
638: (l_api_version ,
639: p_api_version ,
640: l_api_name ,

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

663: END LOOP;
664:
665: -- End of API body.
666:
667: -- Standard call to get message count and if count is 1, get message info.
668: FND_MSG_PUB.Count_And_Get
669: (p_count => x_msg_count ,
670: p_data => x_msg_data );
671: EXCEPTION

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

799: AND org_id = p_org_id
800: AND (end_date_active IS NULL OR p_start_date <= end_date_active)
801: AND (p_end_date IS NULL OR p_end_date >= start_date_active);
802: BEGIN
803: -- Standard call to check for call compatibility.
804: IF NOT FND_API.Compatible_API_Call
805: (l_api_version ,
806: p_api_version ,
807: l_api_name ,

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

868:
869:
870: -- End of API body.
871:
872: -- Standard call to get message count and if count is 1, get message info.
873: FND_MSG_PUB.Count_And_Get
874: (p_count => x_msg_count ,
875: p_data => x_msg_data );
876: EXCEPTION

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

964: AND salesrep_id = p_srp.salesrep_id
965: AND (p_srp.end_date IS NULL OR start_date_active <= p_srp.end_date)
966: AND (end_date_active IS NULL OR end_date_active >= p_srp.start_date);
967: BEGIN
968: -- Standard call to check for call compatibility.
969: IF NOT FND_API.Compatible_API_Call
970: (l_api_version ,
971: p_api_version ,
972: l_api_name ,

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

1037: END IF;
1038:
1039: -- End of API body.
1040:
1041: -- Standard call to get message count and if count is 1, get message info.
1042: FND_MSG_PUB.Count_And_Get
1043: (p_count => x_msg_count ,
1044: p_data => x_msg_data );
1045: EXCEPTION

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

1140: AND (hier.end_date_active IS NULL OR hier.end_date_active >= p_srp.start_date)
1141: AND (p_srp.end_date IS NULL OR srp.start_date_active <= p_srp.end_date)
1142: AND (srp.end_date_active IS NULL OR srp.end_date_active >= p_srp.start_date);
1143: BEGIN
1144: -- Standard call to check for call compatibility.
1145: IF NOT FND_API.Compatible_API_Call
1146: (l_api_version ,
1147: p_api_version ,
1148: l_api_name ,

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

1188: END LOOP; -- End of eachsrp
1189: END LOOP; -- End of eachgroup
1190: -- End of API body.
1191:
1192: -- Standard call to get message count and if count is 1, get message info.
1193: FND_MSG_PUB.Count_And_Get
1194: (p_count => x_msg_count ,
1195: p_data => x_msg_data );
1196: EXCEPTION