DBA Data[Home] [Help]

APPS.AHL_UA_COMMON_PVT dependencies on STANDARD

Line 192: -- Standard call to check for call compatibility

188: )
189: order by event_start_time asc, NVL(event_end_time, event_start_time + 1/1440) asc, event_type desc;
190:
191: BEGIN
192: -- Standard call to check for call compatibility
193: IF NOT FND_API.compatible_api_call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)
194: THEN
195: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
196: END IF;

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

327: THEN
328: RAISE FND_API.G_EXC_ERROR;
329: END IF;
330:
331: -- Standard call to get message count and if count is 1, get message info
332: FND_MSG_PUB.count_and_get
333: (
334: p_count => x_msg_count,
335: p_data => x_msg_data,

Line 437: -- Standard call to check for call compatibility

433: l_act_flight_rec get_prec_flight_act%rowtype;
434: l_est_flight_rec get_prec_flight_est%rowtype;
435:
436: BEGIN
437: -- Standard call to check for call compatibility
438: IF NOT FND_API.compatible_api_call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)
439: THEN
440: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
441: END IF;

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

660: THEN
661: RAISE FND_API.G_EXC_ERROR;
662: END IF;
663:
664: -- Standard call to get message count and if count is 1, get message info
665: FND_MSG_PUB.count_and_get
666: (
667: p_count => x_msg_count,
668: p_data => x_msg_data,

Line 889: -- Standard call to check for call compatibility

885:
886: l_prec_visit get_prec_visit_rec%rowtype;
887:
888: BEGIN
889: -- Standard call to check for call compatibility
890: IF NOT FND_API.compatible_api_call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)
891: THEN
892: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
893: END IF;

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

1032: THEN
1033: RAISE FND_API.G_EXC_ERROR;
1034: END IF;
1035:
1036: -- Standard call to get message count and if count is 1, get message info
1037: FND_MSG_PUB.count_and_get
1038: (
1039: p_count => x_msg_count,
1040: p_data => x_msg_data,

Line 1256: -- Standard call to check for call compatibility

1252:
1253: l_succ_visit get_succ_visit_rec%rowtype;
1254:
1255: BEGIN
1256: -- Standard call to check for call compatibility
1257: IF NOT FND_API.compatible_api_call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)
1258: THEN
1259: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1260: END IF;

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

1397: THEN
1398: RAISE FND_API.G_EXC_ERROR;
1399: END IF;
1400:
1401: -- Standard call to get message count and if count is 1, get message info
1402: FND_MSG_PUB.count_and_get
1403: (
1404: p_count => x_msg_count,
1405: p_data => x_msg_data,

Line 1479: -- Standard call to check for call compatibility

1475: l_prec_is_visit VARCHAR2(1);
1476: l_is_flight_conflict VARCHAR2(1);
1477: l_is_visit_conflict VARCHAR2(1);
1478: BEGIN
1479: -- Standard call to check for call compatibility
1480: IF NOT FND_API.compatible_api_call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)
1481: THEN
1482: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1483: END IF;

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

1682: THEN
1683: RAISE FND_API.G_EXC_ERROR;
1684: END IF;
1685:
1686: -- Standard call to get message count and if count is 1, get message info
1687: FND_MSG_PUB.count_and_get
1688: (
1689: p_count => x_msg_count,
1690: p_data => x_msg_data,

Line 1765: -- Standard call to check for call compatibility

1761: l_is_flight_conflict VARCHAR2(1);
1762: l_is_visit_conflict VARCHAR2(1);
1763:
1764: BEGIN
1765: -- Standard call to check for call compatibility
1766: IF NOT FND_API.compatible_api_call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)
1767: THEN
1768: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1769: END IF;

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

1945: THEN
1946: RAISE FND_API.G_EXC_ERROR;
1947: END IF;
1948:
1949: -- Standard call to get message count and if count is 1, get message info
1950: FND_MSG_PUB.count_and_get
1951: (
1952: p_count => x_msg_count,
1953: p_data => x_msg_data,

Line 2049: -- Standard call to check for call compatibility

2045: l_act_flight_rec get_succ_flight_act%rowtype;
2046: l_est_flight_rec get_succ_flight_est%rowtype;
2047:
2048: BEGIN
2049: -- Standard call to check for call compatibility
2050: IF NOT FND_API.compatible_api_call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)
2051: THEN
2052: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2053: END IF;

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

2267: THEN
2268: RAISE FND_API.G_EXC_ERROR;
2269: END IF;
2270:
2271: -- Standard call to get message count and if count is 1, get message info
2272: FND_MSG_PUB.count_and_get
2273: (
2274: p_count => x_msg_count,
2275: p_data => x_msg_data,