DBA Data[Home] [Help]

APPS.JTF_DELIVERABLE_GRP dependencies on STANDARD

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

126: l_appl_id NUMBER;
127:
128: BEGIN
129:
130: -- Standard call to check for call compatibility
131: IF NOT FND_API.compatible_api_call(
132: g_api_version,
133: p_api_version,
134: l_api_name,

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

609: x_keyword_tbl, x_file_name_tbl, x_version_tbl;
610: CLOSE l_dlv_cv;
611: */
612:
613: -- Standard call to get message count and if count is 1, get message info
614: FND_MSG_PUB.count_and_get(
615: p_encoded => FND_API.g_false,
616: p_count => x_msg_count,
617: p_data => x_msg_data

Line 689: -- Standard start of API savepoint

685: l_appl_id NUMBER;
686:
687: BEGIN
688:
689: -- Standard start of API savepoint
690: SAVEPOINT save_deliverable_grp;
691:
692: -- Standard call to check for call compatibility
693: IF NOT FND_API.compatible_api_call(

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

688:
689: -- Standard start of API savepoint
690: SAVEPOINT save_deliverable_grp;
691:
692: -- Standard call to check for call compatibility
693: IF NOT FND_API.compatible_api_call(
694: g_api_version,
695: p_api_version,
696: l_api_name,

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

868: IF FND_API.to_boolean(p_commit) THEN
869: COMMIT;
870: END IF;
871:
872: -- Standard call to get message count and if count is 1, get message info
873: FND_MSG_PUB.count_and_get(
874: p_encoded => FND_API.g_false,
875: p_count => x_msg_count,
876: p_data => x_msg_data

Line 958: -- Standard start of API savepoint

954: l_index NUMBER;
955:
956: BEGIN
957:
958: -- Standard start of API savepoint
959: SAVEPOINT save_deliverable_grp;
960:
961: -- Standard call to check for call compatibility
962: IF NOT FND_API.compatible_api_call(

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

957:
958: -- Standard start of API savepoint
959: SAVEPOINT save_deliverable_grp;
960:
961: -- Standard call to check for call compatibility
962: IF NOT FND_API.compatible_api_call(
963: g_api_version,
964: p_api_version,
965: l_api_name,

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

1004: IF FND_API.to_boolean(p_commit) THEN
1005: COMMIT;
1006: END IF;
1007:
1008: -- Standard call to get message count and if count is 1, get message info
1009: FND_MSG_PUB.count_and_get(
1010: p_encoded => FND_API.g_false,
1011: p_count => x_msg_count,
1012: p_data => x_msg_data

Line 1111: -- Standard start of API savepoint

1107: l_return_status VARCHAR2(1);
1108:
1109: BEGIN
1110:
1111: -- Standard start of API savepoint
1112: SAVEPOINT save_deliverable_grp;
1113:
1114: -- Standard call to check for call compatibility
1115: IF NOT FND_API.compatible_api_call(

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

1110:
1111: -- Standard start of API savepoint
1112: SAVEPOINT save_deliverable_grp;
1113:
1114: -- Standard call to check for call compatibility
1115: IF NOT FND_API.compatible_api_call(
1116: g_api_version,
1117: p_api_version,
1118: l_api_name,

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

1310: IF FND_API.to_boolean(p_commit) THEN
1311: COMMIT;
1312: END IF;
1313:
1314: -- Standard call to get message count and if count is 1, get message info
1315: FND_MSG_PUB.count_and_get(
1316: p_encoded => FND_API.g_false,
1317: p_count => x_msg_count,
1318: p_data => x_msg_data

Line 1407: -- Standard start of API savepoint

1403: l_return_status VARCHAR2(1);
1404:
1405: BEGIN
1406:
1407: -- Standard start of API savepoint
1408: SAVEPOINT save_deliverable_grp;
1409:
1410: -- Standard call to check for call compatibility
1411: IF NOT FND_API.compatible_api_call(

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

1406:
1407: -- Standard start of API savepoint
1408: SAVEPOINT save_deliverable_grp;
1409:
1410: -- Standard call to check for call compatibility
1411: IF NOT FND_API.compatible_api_call(
1412: g_api_version,
1413: p_api_version,
1414: l_api_name,

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

1453: IF FND_API.to_boolean(p_commit) THEN
1454: COMMIT;
1455: END IF;
1456:
1457: -- Standard call to get message count and if count is 1, get message info
1458: FND_MSG_PUB.count_and_get(
1459: p_encoded => FND_API.g_false,
1460: p_count => x_msg_count,
1461: p_data => x_msg_data

Line 1539: -- Standard start of API savepoint

1535: l_return_status VARCHAR2(1);
1536:
1537: BEGIN
1538:
1539: -- Standard start of API savepoint
1540: SAVEPOINT delete_deliverable_grp;
1541:
1542: -- Standard call to check for call compatibility
1543: IF NOT FND_API.compatible_api_call(

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

1538:
1539: -- Standard start of API savepoint
1540: SAVEPOINT delete_deliverable_grp;
1541:
1542: -- Standard call to check for call compatibility
1543: IF NOT FND_API.compatible_api_call(
1544: g_api_version,
1545: p_api_version,
1546: l_api_name,

Line 1567: -- Standard start of API savepoint

1563: IF p_dlv_id_ver_tbl IS NOT NULL THEN
1564: FOR l_index IN 1..p_dlv_id_ver_tbl.COUNT LOOP
1565: BEGIN
1566:
1567: -- Standard start of API savepoint
1568: SAVEPOINT delete_one_deliverable_grp;
1569:
1570: IF NOT JTF_DSPMGRVALIDATION_GRP.check_deliverable_exists(
1571: p_dlv_id_ver_tbl(l_index).deliverable_id,

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

1662: IF FND_API.to_boolean(p_commit) THEN
1663: COMMIT;
1664: END IF;
1665:
1666: -- Standard call to get message count and if count is 1, get message info
1667: FND_MSG_PUB.count_and_get(
1668: p_encoded => FND_API.g_false,
1669: p_count => x_msg_count,
1670: p_data => x_msg_data