DBA Data[Home] [Help]

APPS.EDR_ERES_EVENT_PUB dependencies on STANDARD

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

157: FROM EDR_PSIG_DOCUMENTS
158: WHERE DOCUMENT_ID = p_erecord_id;
159:
160: BEGIN
161: -- Standard call to check for call compatibility.
162: IF NOT FND_API.Compatible_API_Call (l_api_version ,
163: p_api_version ,
164: l_api_name ,
165: G_PKG_NAME )

Line 195: -- Standard call to get message count and if count is 1, get

191: close l_count_csr;
192:
193: -- End of API Body
194:
195: -- Standard call to get message count and if count is 1, get
196: --message info.
197: FND_MSG_PUB.Count_And_Get
198: ( p_count => x_msg_count ,
199: p_data => x_msg_data

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

283: INVALID_PARAM_ERROR EXCEPTION;
284: BAD_RELATIONSHIP_ERROR EXCEPTION;
285:
286: BEGIN
287: -- Standard call to check for call compatibility.
288: IF NOT FND_API.Compatible_API_Call (l_api_version ,
289: p_api_version ,
290: l_api_name ,
291: G_PKG_NAME )

Line 515: -- Standard call to get message count and if count is 1,

511: end if;
512:
513: -- End of API Body
514:
515: -- Standard call to get message count and if count is 1,
516: --get message info.
517: FND_MSG_PUB.Count_And_Get
518: ( p_count => x_msg_count ,
519: p_data => x_msg_data

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

823: WHERE DOCUMENT_ID = p_erecord_id;
824:
825: NO_DATA_ERROR EXCEPTION;
826: BEGIN
827: -- Standard call to check for call compatibility.
828: IF NOT FND_API.Compatible_API_Call (l_api_version ,
829: p_api_version ,
830: l_api_name ,
831: G_PKG_NAME )

Line 858: -- Standard call to get message count and if count is 1, get

854: end if;
855:
856: -- End of API Body
857:
858: -- Standard call to get message count and if count is 1, get
859: --message info.
860: FND_MSG_PUB.Count_And_Get
861: ( p_count => x_msg_count ,
862: p_data => x_msg_data

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

940: l_mesg_text VARCHAR2(2000);
941: --Bug 4122622: End
942:
943: BEGIN
944: -- Standard call to check for call compatibility.
945: IF NOT FND_API.Compatible_API_Call (l_api_version ,
946: p_api_version ,
947: l_api_name ,
948: G_PKG_NAME )

Line 1215: -- Standard call to get message count and if count is 1,

1211: end if; --end of the if for inter event
1212:
1213: -- End of API Body
1214:
1215: -- Standard call to get message count and if count is 1,
1216: --get message info.
1217: FND_MSG_PUB.Count_And_Get
1218: ( p_count => x_msg_count ,
1219: p_data => x_msg_data

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

1497: i pls_integer;
1498: j pls_integer;
1499:
1500: BEGIN
1501: -- Standard call to check for call compatibility.
1502: IF NOT FND_API.Compatible_API_Call (l_api_version ,
1503: p_api_version ,
1504: l_api_name ,
1505: G_PKG_NAME )

Line 1757: -- Standard call to get message count and if count is 1,

1753:
1754:
1755: -- End of API Body
1756:
1757: -- Standard call to get message count and if count is 1,
1758: --get message info.
1759: FND_MSG_PUB.Count_And_Get
1760: ( p_count => x_msg_count ,
1761: p_data => x_msg_data

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

1822: l_api_version CONSTANT NUMBER := 1.0;
1823:
1824: i pls_integer;
1825: BEGIN
1826: -- Standard call to check for call compatibility.
1827: IF NOT FND_API.Compatible_API_Call (l_api_version ,
1828: p_api_version ,
1829: l_api_name ,
1830: G_PKG_NAME )

Line 1855: -- Standard call to get message count and if count is 1,

1851: exit;
1852: end if;
1853: i := p_events.NEXT(i);
1854: end loop;
1855: -- Standard call to get message count and if count is 1,
1856: --get message info.
1857: FND_MSG_PUB.Count_And_Get
1858: ( p_count => x_msg_count ,
1859: p_data => x_msg_data