DBA Data[Home] [Help]

APPS.AHL_UA_COMMON_PVT dependencies on STANDARD

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

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

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

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

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

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

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

651: THEN
652: RAISE FND_API.G_EXC_ERROR;
653: END IF;
654:
655: -- Standard call to get message count and if count is 1, get message info
656: FND_MSG_PUB.count_and_get
657: (
658: p_count => x_msg_count,
659: p_data => x_msg_data,

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

779:
780: l_prec_visit get_prec_visit_rec%rowtype;
781:
782: BEGIN
783: -- Standard call to check for call compatibility
784: IF NOT FND_API.compatible_api_call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)
785: THEN
786: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
787: END IF;

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

913: THEN
914: RAISE FND_API.G_EXC_ERROR;
915: END IF;
916:
917: -- Standard call to get message count and if count is 1, get message info
918: FND_MSG_PUB.count_and_get
919: (
920: p_count => x_msg_count,
921: p_data => x_msg_data,

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

1039:
1040: l_succ_visit get_succ_visit_rec%rowtype;
1041:
1042: BEGIN
1043: -- Standard call to check for call compatibility
1044: IF NOT FND_API.compatible_api_call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)
1045: THEN
1046: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1047: END IF;

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

1172: THEN
1173: RAISE FND_API.G_EXC_ERROR;
1174: END IF;
1175:
1176: -- Standard call to get message count and if count is 1, get message info
1177: FND_MSG_PUB.count_and_get
1178: (
1179: p_count => x_msg_count,
1180: p_data => x_msg_data,

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

1250: l_prec_is_visit VARCHAR2(1);
1251: l_is_flight_conflict VARCHAR2(1);
1252: l_is_visit_conflict VARCHAR2(1);
1253: BEGIN
1254: -- Standard call to check for call compatibility
1255: IF NOT FND_API.compatible_api_call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)
1256: THEN
1257: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1258: END IF;

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

1457: THEN
1458: RAISE FND_API.G_EXC_ERROR;
1459: END IF;
1460:
1461: -- Standard call to get message count and if count is 1, get message info
1462: FND_MSG_PUB.count_and_get
1463: (
1464: p_count => x_msg_count,
1465: p_data => x_msg_data,

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

1536: l_is_flight_conflict VARCHAR2(1);
1537: l_is_visit_conflict VARCHAR2(1);
1538:
1539: BEGIN
1540: -- Standard call to check for call compatibility
1541: IF NOT FND_API.compatible_api_call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)
1542: THEN
1543: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1544: END IF;

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

1720: THEN
1721: RAISE FND_API.G_EXC_ERROR;
1722: END IF;
1723:
1724: -- Standard call to get message count and if count is 1, get message info
1725: FND_MSG_PUB.count_and_get
1726: (
1727: p_count => x_msg_count,
1728: p_data => x_msg_data,

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

1820: l_act_flight_rec get_succ_flight_act%rowtype;
1821: l_est_flight_rec get_succ_flight_est%rowtype;
1822:
1823: BEGIN
1824: -- Standard call to check for call compatibility
1825: IF NOT FND_API.compatible_api_call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)
1826: THEN
1827: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1828: END IF;

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

2032: THEN
2033: RAISE FND_API.G_EXC_ERROR;
2034: END IF;
2035:
2036: -- Standard call to get message count and if count is 1, get message info
2037: FND_MSG_PUB.count_and_get
2038: (
2039: p_count => x_msg_count,
2040: p_data => x_msg_data,