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 766: -- Standard call to check for call compatibility.

762: AND org_id = p_org_id
763: AND (end_date_active IS NULL OR p_start_date <= end_date_active)
764: AND (p_end_date IS NULL OR p_end_date >= start_date_active);
765: BEGIN
766: -- Standard call to check for call compatibility.
767: IF NOT FND_API.Compatible_API_Call
768: (l_api_version ,
769: p_api_version ,
770: l_api_name ,

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

831:
832:
833: -- End of API body.
834:
835: -- Standard call to get message count and if count is 1, get message info.
836: FND_MSG_PUB.Count_And_Get
837: (p_count => x_msg_count ,
838: p_data => x_msg_data );
839: EXCEPTION

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

927: AND salesrep_id = p_srp.salesrep_id
928: AND (p_srp.end_date IS NULL OR start_date_active <= p_srp.end_date)
929: AND (end_date_active IS NULL OR end_date_active >= p_srp.start_date);
930: BEGIN
931: -- Standard call to check for call compatibility.
932: IF NOT FND_API.Compatible_API_Call
933: (l_api_version ,
934: p_api_version ,
935: l_api_name ,

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

1000: END IF;
1001:
1002: -- End of API body.
1003:
1004: -- Standard call to get message count and if count is 1, get message info.
1005: FND_MSG_PUB.Count_And_Get
1006: (p_count => x_msg_count ,
1007: p_data => x_msg_data );
1008: EXCEPTION

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

1103: AND (hier.end_date_active IS NULL OR hier.end_date_active >= p_srp.start_date)
1104: AND (p_srp.end_date IS NULL OR srp.start_date_active <= p_srp.end_date)
1105: AND (srp.end_date_active IS NULL OR srp.end_date_active >= p_srp.start_date);
1106: BEGIN
1107: -- Standard call to check for call compatibility.
1108: IF NOT FND_API.Compatible_API_Call
1109: (l_api_version ,
1110: p_api_version ,
1111: l_api_name ,

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

1151: END LOOP; -- End of eachsrp
1152: END LOOP; -- End of eachgroup
1153: -- End of API body.
1154:
1155: -- Standard call to get message count and if count is 1, get message info.
1156: FND_MSG_PUB.Count_And_Get
1157: (p_count => x_msg_count ,
1158: p_data => x_msg_data );
1159: EXCEPTION