DBA Data[Home] [Help]

APPS.IBE_DELIVERABLE_GRP dependencies on STANDARD

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

153:
154: l_item_applicable_to VARCHAR2(30) := p_item_applicable_to;
155: BEGIN
156:
157: -- Standard call to check for call compatibility
158: IF NOT FND_API.compatible_api_call(
159: g_api_version,
160: p_api_version,
161: l_api_name,

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

637: x_keyword_tbl, x_file_name_tbl, x_version_tbl;
638: CLOSE l_dlv_cv;
639: */
640:
641: -- Standard call to get message count and if count is 1, get message info
642: FND_MSG_PUB.count_and_get(
643: p_encoded => FND_API.g_false,
644: p_count => x_msg_count,
645: p_data => x_msg_data

Line 718: -- Standard start of API savepoint

714:
715: l_temp NUMBER;
716: BEGIN
717:
718: -- Standard start of API savepoint
719: SAVEPOINT save_deliverable_grp;
720:
721: -- Standard call to check for call compatibility
722: IF NOT FND_API.compatible_api_call(

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

717:
718: -- Standard start of API savepoint
719: SAVEPOINT save_deliverable_grp;
720:
721: -- Standard call to check for call compatibility
722: IF NOT FND_API.compatible_api_call(
723: g_api_version,
724: p_api_version,
725: l_api_name,

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

925: IF FND_API.to_boolean(p_commit) THEN
926: COMMIT;
927: END IF;
928:
929: -- Standard call to get message count and if count is 1, get message info
930: FND_MSG_PUB.count_and_get(
931: p_encoded => FND_API.g_false,
932: p_count => x_msg_count,
933: p_data => x_msg_data

Line 1015: -- Standard start of API savepoint

1011: l_index NUMBER;
1012:
1013: BEGIN
1014:
1015: -- Standard start of API savepoint
1016: SAVEPOINT save_deliverable_grp;
1017:
1018: -- Standard call to check for call compatibility
1019: IF NOT FND_API.compatible_api_call(

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

1014:
1015: -- Standard start of API savepoint
1016: SAVEPOINT save_deliverable_grp;
1017:
1018: -- Standard call to check for call compatibility
1019: IF NOT FND_API.compatible_api_call(
1020: g_api_version,
1021: p_api_version,
1022: l_api_name,

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

1061: IF FND_API.to_boolean(p_commit) THEN
1062: COMMIT;
1063: END IF;
1064:
1065: -- Standard call to get message count and if count is 1, get message info
1066: FND_MSG_PUB.count_and_get(
1067: p_encoded => FND_API.g_false,
1068: p_count => x_msg_count,
1069: p_data => x_msg_data

Line 1168: -- Standard start of API savepoint

1164: l_return_status VARCHAR2(1);
1165:
1166: BEGIN
1167:
1168: -- Standard start of API savepoint
1169: SAVEPOINT save_deliverable_grp;
1170:
1171: -- Standard call to check for call compatibility
1172: IF NOT FND_API.compatible_api_call(

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

1167:
1168: -- Standard start of API savepoint
1169: SAVEPOINT save_deliverable_grp;
1170:
1171: -- Standard call to check for call compatibility
1172: IF NOT FND_API.compatible_api_call(
1173: g_api_version,
1174: p_api_version,
1175: l_api_name,

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

1372: IF FND_API.to_boolean(p_commit) THEN
1373: COMMIT;
1374: END IF;
1375:
1376: -- Standard call to get message count and if count is 1, get message info
1377: FND_MSG_PUB.count_and_get(
1378: p_encoded => FND_API.g_false,
1379: p_count => x_msg_count,
1380: p_data => x_msg_data

Line 1469: -- Standard start of API savepoint

1465: l_return_status VARCHAR2(1);
1466:
1467: BEGIN
1468:
1469: -- Standard start of API savepoint
1470: SAVEPOINT save_deliverable_grp;
1471:
1472: -- Standard call to check for call compatibility
1473: IF NOT FND_API.compatible_api_call(

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

1468:
1469: -- Standard start of API savepoint
1470: SAVEPOINT save_deliverable_grp;
1471:
1472: -- Standard call to check for call compatibility
1473: IF NOT FND_API.compatible_api_call(
1474: g_api_version,
1475: p_api_version,
1476: l_api_name,

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

1515: IF FND_API.to_boolean(p_commit) THEN
1516: COMMIT;
1517: END IF;
1518:
1519: -- Standard call to get message count and if count is 1, get message info
1520: FND_MSG_PUB.count_and_get(
1521: p_encoded => FND_API.g_false,
1522: p_count => x_msg_count,
1523: p_data => x_msg_data

Line 1601: -- Standard start of API savepoint

1597: l_return_status VARCHAR2(1);
1598:
1599: BEGIN
1600:
1601: -- Standard start of API savepoint
1602: SAVEPOINT delete_deliverable_grp;
1603:
1604: -- Standard call to check for call compatibility
1605: IF NOT FND_API.compatible_api_call(

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

1600:
1601: -- Standard start of API savepoint
1602: SAVEPOINT delete_deliverable_grp;
1603:
1604: -- Standard call to check for call compatibility
1605: IF NOT FND_API.compatible_api_call(
1606: g_api_version,
1607: p_api_version,
1608: l_api_name,

Line 1629: -- Standard start of API savepoint

1625: IF p_dlv_id_ver_tbl IS NOT NULL THEN
1626: FOR l_index IN 1..p_dlv_id_ver_tbl.COUNT LOOP
1627: BEGIN
1628:
1629: -- Standard start of API savepoint
1630: SAVEPOINT delete_one_deliverable_grp;
1631:
1632: IF NOT IBE_DSPMGRVALIDATION_GRP.check_deliverable_exists(
1633: p_dlv_id_ver_tbl(l_index).deliverable_id,

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

1724: IF FND_API.to_boolean(p_commit) THEN
1725: COMMIT;
1726: END IF;
1727:
1728: -- Standard call to get message count and if count is 1, get message info
1729: FND_MSG_PUB.count_and_get(
1730: p_encoded => FND_API.g_false,
1731: p_count => x_msg_count,
1732: p_data => x_msg_data