DBA Data[Home] [Help]

APPS.IEM_ROUTE_CLASS_PVT dependencies on STANDARD

Line 59: --Standard Savepoint

55: l_api_version_number number:=1.0;
56:
57: BEGIN
58:
59: --Standard Savepoint
60:
61: SAVEPOINT getRouteClassifications;
62:
63: -- Standard call to check for call compatibility.

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

59: --Standard Savepoint
60:
61: SAVEPOINT getRouteClassifications;
62:
63: -- Standard call to check for call compatibility.
64: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
65: p_api_version_number,
66: l_api_name,
67: G_PKG_NAME)

Line 153: --Standard Savepoint

149: IEM_RT_CLASS_NOT_DELETED EXCEPTION;
150: --IEM_UNEXPT_ERR_DELETE_FOLDER EXCEPTION;
151: BEGIN
152:
153: --Standard Savepoint
154: SAVEPOINT delete_item_batch;
155:
156:
157: -- Standard call to check for call compatibility.

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

153: --Standard Savepoint
154: SAVEPOINT delete_item_batch;
155:
156:
157: -- Standard call to check for call compatibility.
158: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
159:
160: p_api_version_number,
161: l_api_name,

Line 262: --Standard check of p_commit

258: FND_MSG_PUB.ADD;
259: end if;
260:
261:
262: --Standard check of p_commit
263: IF FND_API.to_Boolean(p_commit) THEN
264: COMMIT WORK;
265: END IF;
266:

Line 350: -- Standard Start of API savepoint

346: IEM_RT_CLASS_NOT_CREATED EXCEPTION;
347: IEM_RT_CLASS_RULE_NOT_CREATED EXCEPTION;
348:
349: BEGIN
350: -- Standard Start of API savepoint
351:
352: SAVEPOINT create_item_wrap;
353:
354: -- Standard call to check for call compatibility.

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

350: -- Standard Start of API savepoint
351:
352: SAVEPOINT create_item_wrap;
353:
354: -- Standard call to check for call compatibility.
355: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
356: p_api_version_number,
357: l_api_name,
358:

Line 513: -- Standard Start of API savepoint

509: IEM_RT_CLASS_DUP_NAME EXCEPTION;
510: IEM_ADM_NO_PROCEDURE_NAME EXCEPTION;
511: l_IEM_INVALID_PROCEDURE EXCEPTION;
512: BEGIN
513: -- Standard Start of API savepoint
514:
515: SAVEPOINT create_item_class_PVT;
516:
517:

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

514:
515: SAVEPOINT create_item_class_PVT;
516:
517:
518: -- Standard call to check for call compatibility.
519: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
520: p_api_version_number,
521: l_api_name,
522: G_PKG_NAME)

Line 663: -- Standard Check Of p_commit.

659:
660: );
661:
662:
663: -- Standard Check Of p_commit.
664:
665: IF FND_API.To_Boolean(p_commit) THEN
666: COMMIT WORK;
667: END IF;

Line 669: -- Standard callto get message count and if count is 1, get message info.

665: IF FND_API.To_Boolean(p_commit) THEN
666: COMMIT WORK;
667: END IF;
668:
669: -- Standard callto get message count and if count is 1, get message info.
670: FND_MSG_PUB.Count_And_Get
671: ( p_count => x_msg_count,
672: p_data => x_msg_data
673: );

Line 762: -- Standard Start of API savepoint

758: --IEM_INVALID_DATE_FORMAT EXCEPTION;
759:
760: BEGIN
761:
762: -- Standard Start of API savepoint
763: SAVEPOINT create_item_class_rules_PVT;
764:
765: -- Standard call to check for call compatibility.
766: IF NOT FND_API.Compatible_API_Call (l_api_version_number,

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

761:
762: -- Standard Start of API savepoint
763: SAVEPOINT create_item_class_rules_PVT;
764:
765: -- Standard call to check for call compatibility.
766: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
767: p_api_version_number,
768: l_api_name,
769: G_PKG_NAME)

Line 887: -- Standard Check Of p_commit.

883: sysdate,
884: decode(G_LAST_UPDATE_LOGIN,null,-1,G_LAST_UPDATE_LOGIN)
885: );
886:
887: -- Standard Check Of p_commit.
888: IF FND_API.To_Boolean(p_commit) THEN
889: COMMIT WORK;
890: END IF;
891:

Line 892: -- Standard callto get message count and if count is 1, get message info.

888: IF FND_API.To_Boolean(p_commit) THEN
889: COMMIT WORK;
890: END IF;
891:
892: -- Standard callto get message count and if count is 1, get message info.
893:
894: FND_MSG_PUB.Count_And_Get
895: ( p_count => x_msg_count,
896: p_data => x_msg_data

Line 987: -- Standard Start of API savepoint

983: l_class NUMBER;
984: l_rule_count NUMBER;
985:
986: BEGIN
987: -- Standard Start of API savepoint
988: SAVEPOINT update_item_wrap;
989:
990:
991: -- Standard call to check for call compatibility.

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

987: -- Standard Start of API savepoint
988: SAVEPOINT update_item_wrap;
989:
990:
991: -- Standard call to check for call compatibility.
992: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
993: p_api_version_number,
994:
995:

Line 1135: -- Standard Check Of p_commit.

1131: if l_rule_count < 1 then
1132: raise IEM_RT_CLS_NO_RULE;
1133: end if;
1134:
1135: -- Standard Check Of p_commit.
1136: IF FND_API.To_Boolean(p_commit) THEN
1137: COMMIT WORK;
1138: END IF;
1139:

Line 1240: -- Standard Start of API savepoint

1236: l_IEM_INVALID_PROCEDURE EXCEPTION;
1237: IEM_ADMIN_ROUTE_NO_PROC EXCEPTION;
1238:
1239: BEGIN
1240: -- Standard Start of API savepoint
1241:
1242: SAVEPOINT update_item_class;
1243:
1244: -- Standard call to check for call compatibility.

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

1240: -- Standard Start of API savepoint
1241:
1242: SAVEPOINT update_item_class;
1243:
1244: -- Standard call to check for call compatibility.
1245: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
1246:
1247: p_api_version_number,
1248: l_api_name,

Line 1332: -- Standard Check Of p_commit.

1328: LAST_UPDATE_DATE = sysdate,
1329: LAST_UPDATE_LOGIN = decode(G_LAST_UPDATE_LOGIN,null,-1,G_LAST_UPDATE_LOGIN)
1330: where route_classification_id=p_class_id;
1331:
1332: -- Standard Check Of p_commit.
1333: IF FND_API.To_Boolean(p_commit) THEN
1334: COMMIT WORK;
1335: END IF;
1336:

Line 1337: -- Standard callto get message count and if count is 1, get message info.

1333: IF FND_API.To_Boolean(p_commit) THEN
1334: COMMIT WORK;
1335: END IF;
1336:
1337: -- Standard callto get message count and if count is 1, get message info.
1338:
1339: FND_MSG_PUB.Count_And_Get
1340: ( p_count => x_msg_count,
1341:

Line 1432: -- Standard Start of API savepoint

1428: IEM_NO_RULE_UPDATE EXCEPTION;
1429: IEM_RULE_KEY_OP_VAL_NULL EXCEPTION;
1430: --IEM_INVALID_DATE_FORMAT EXCEPTION;
1431: BEGIN
1432: -- Standard Start of API savepoint
1433:
1434: SAVEPOINT update_item_rule;
1435: -- Standard call to check for call compatibility.
1436: IF NOT FND_API.Compatible_API_Call (l_api_version_number,

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

1431: BEGIN
1432: -- Standard Start of API savepoint
1433:
1434: SAVEPOINT update_item_rule;
1435: -- Standard call to check for call compatibility.
1436: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
1437: p_api_version_number,
1438: l_api_name,
1439: G_PKG_NAME)

Line 1504: -- Standard Check Of p_commit.

1500: LAST_UPDATE_LOGIN = decode(G_LAST_UPDATE_LOGIN,null,-1,G_LAST_UPDATE_LOGIN)
1501: where route_class_rule_id=p_route_class_rule_id;
1502:
1503:
1504: -- Standard Check Of p_commit.
1505: IF FND_API.To_Boolean(p_commit) THEN
1506: COMMIT WORK;
1507:
1508: END IF;

Line 1510: -- Standard callto get message count and if count is 1, get message info.

1506: COMMIT WORK;
1507:
1508: END IF;
1509:
1510: -- Standard callto get message count and if count is 1, get message info.
1511: FND_MSG_PUB.Count_And_Get
1512: ( p_count => x_msg_count,
1513: p_data => x_msg_data
1514: );

Line 1618: -- Standard Start of API savepoint

1614: IEM_RT_ClASS_FAIL_CREAT_FOLDER EXCEPTION;
1615:
1616:
1617: BEGIN
1618: -- Standard Start of API savepoint
1619: SAVEPOINT create_wrap_acct_rt_class_PVT;
1620:
1621: -- Standard call to check for call compatibility.
1622: IF NOT FND_API.Compatible_API_Call (l_api_version_number,

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

1617: BEGIN
1618: -- Standard Start of API savepoint
1619: SAVEPOINT create_wrap_acct_rt_class_PVT;
1620:
1621: -- Standard call to check for call compatibility.
1622: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
1623: p_api_version_number,
1624:
1625: l_api_name,

Line 1713: -- Standard Check Of p_commit.

1709:
1710: -- end if;
1711:
1712: --dbms_output.put_line('after insert : ');
1713: -- Standard Check Of p_commit.
1714: IF FND_API.To_Boolean(p_commit) THEN
1715: COMMIT WORK;
1716: END IF;
1717: -- Standard callto get message count and if count is 1, get message info.

Line 1717: -- Standard callto get message count and if count is 1, get message info.

1713: -- Standard Check Of p_commit.
1714: IF FND_API.To_Boolean(p_commit) THEN
1715: COMMIT WORK;
1716: END IF;
1717: -- Standard callto get message count and if count is 1, get message info.
1718: FND_MSG_PUB.Count_And_Get
1719: ( p_count => x_msg_count,
1720: p_data => x_msg_data
1721: );

Line 1826: -- Standard Start of API savepoint

1822: l_api_version_number NUMBER:=1.0;
1823: l_seq_id number;
1824:
1825: BEGIN
1826: -- Standard Start of API savepoint
1827: SAVEPOINT create_item_acct_class_PVT;
1828:
1829:
1830:

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

1827: SAVEPOINT create_item_acct_class_PVT;
1828:
1829:
1830:
1831: -- Standard call to check for call compatibility.
1832: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
1833: p_api_version_number,
1834: l_api_name,
1835:

Line 1933: -- Standard Check Of p_commit.

1929: );
1930:
1931:
1932:
1933: -- Standard Check Of p_commit.
1934: IF FND_API.To_Boolean(p_commit) THEN
1935: COMMIT WORK;
1936: END IF;
1937:

Line 1938: -- Standard callto get message count and if count is 1, get message info.

1934: IF FND_API.To_Boolean(p_commit) THEN
1935: COMMIT WORK;
1936: END IF;
1937:
1938: -- Standard callto get message count and if count is 1, get message info.
1939: FND_MSG_PUB.Count_And_Get
1940:
1941: ( p_count => x_msg_count,
1942: p_data => x_msg_data

Line 2021: -- Standard Start of API savepoint

2017:
2018: IEM_ACCOUNT_CLASS_NOT_DELETED EXCEPTION;
2019: IEM_RT_CLASS_ACCT_NOT_UPDATE EXCEPTION;
2020: BEGIN
2021: -- Standard Start of API savepoint
2022: SAVEPOINT update_wrap_acct_class_1_PVT;
2023: -- Standard call to check for call compatibility.
2024:
2025: IF NOT FND_API.Compatible_API_Call (l_api_version_number,

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

2019: IEM_RT_CLASS_ACCT_NOT_UPDATE EXCEPTION;
2020: BEGIN
2021: -- Standard Start of API savepoint
2022: SAVEPOINT update_wrap_acct_class_1_PVT;
2023: -- Standard call to check for call compatibility.
2024:
2025: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
2026: p_api_version_number,
2027: l_api_name,

Line 2087: -- Standard Check Of p_commit.

2083: raise MY_EXCEPTION;
2084: end if;
2085: end if;
2086:
2087: -- Standard Check Of p_commit.
2088: IF FND_API.To_Boolean(p_commit) THEN
2089:
2090: COMMIT WORK;
2091:

Line 2093: -- Standard callto get message count and if count is 1, get message info.

2089:
2090: COMMIT WORK;
2091:
2092: END IF;
2093: -- Standard callto get message count and if count is 1, get message info.
2094: FND_MSG_PUB.Count_And_Get
2095: ( p_count => x_msg_count,
2096: p_data => x_msg_data
2097: );

Line 2193: -- Standard Start of API savepoint

2189:
2190: IEM_ADMIN_ACCOUNT_NOT_EXIST EXCEPTION;
2191:
2192: BEGIN
2193: -- Standard Start of API savepoint
2194: SAVEPOINT update_account_class_PVT;
2195: -- Standard call to check for call compatibility.
2196: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
2197:

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

2191:
2192: BEGIN
2193: -- Standard Start of API savepoint
2194: SAVEPOINT update_account_class_PVT;
2195: -- Standard call to check for call compatibility.
2196: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
2197:
2198: p_api_version_number,
2199: l_api_name,

Line 2256: -- Standard Check Of p_commit.

2252:
2253:
2254:
2255:
2256: -- Standard Check Of p_commit.
2257: IF FND_API.To_Boolean(p_commit) THEN
2258: COMMIT WORK;
2259: END IF;
2260: -- Standard callto get message count and if count is 1, get message info.

Line 2260: -- Standard callto get message count and if count is 1, get message info.

2256: -- Standard Check Of p_commit.
2257: IF FND_API.To_Boolean(p_commit) THEN
2258: COMMIT WORK;
2259: END IF;
2260: -- Standard callto get message count and if count is 1, get message info.
2261: FND_MSG_PUB.Count_And_Get
2262: ( p_count => x_msg_count,
2263: p_data => x_msg_data
2264: );

Line 2350: --Standard Savepoint

2346:
2347: IEM_ACCOUNT_CLASS_NOT_DELETED EXCEPTION;
2348: BEGIN
2349:
2350: --Standard Savepoint
2351: SAVEPOINT delete_acct_class_batch;
2352:
2353: -- Standard call to check for call compatibility.
2354:

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

2349:
2350: --Standard Savepoint
2351: SAVEPOINT delete_acct_class_batch;
2352:
2353: -- Standard call to check for call compatibility.
2354:
2355: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
2356: p_api_version_number,
2357: l_api_name,

Line 2436: --Standard check of p_commit

2432: FND_MESSAGE.SET_TOKEN('CLASSIFICATION', l_undeleted_class_name);
2433: FND_MSG_PUB.ADD;
2434: end if;
2435:
2436: --Standard check of p_commit
2437: IF FND_API.to_Boolean(p_commit) THEN
2438: COMMIT WORK;
2439: END IF;
2440:

Line 2507: --Standard Savepoint

2503: MY_EXCP_MSG_IN_FOLDER EXCEPTION;
2504: IEM_UNEXPT_ERR_DELETE_FOLDER EXCEPTION;
2505:
2506: BEGIN
2507: --Standard Savepoint
2508: SAVEPOINT delete_folder_on_classId;
2509: -- Standard call to check for call compatibility.
2510: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
2511: p_api_version_number,

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

2505:
2506: BEGIN
2507: --Standard Savepoint
2508: SAVEPOINT delete_folder_on_classId;
2509: -- Standard call to check for call compatibility.
2510: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
2511: p_api_version_number,
2512: l_api_name,
2513:

Line 2552: --Standard check of p_commit

2548: -- RAISE IEM_UNEXPT_ERR_DELETE_FOLDER ;
2549: --end if;
2550: END LOOP;
2551:
2552: --Standard check of p_commit
2553: IF FND_API.to_Boolean(p_commit) THEN
2554: COMMIT WORK;
2555: END IF;
2556:

Line 2654: -- Standard Start of API savepoint

2650: PRAGMA EXCEPTION_INIT(tns_no_listener, -12541);
2651: PRAGMA EXCEPTION_INIT(looking_up_object, -04052);
2652:
2653: BEGIN
2654: -- Standard Start of API savepoint
2655: SAVEPOINT create_folder_PVT;
2656:
2657:
2658: -- Standard call to check for call compatibility.

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

2654: -- Standard Start of API savepoint
2655: SAVEPOINT create_folder_PVT;
2656:
2657:
2658: -- Standard call to check for call compatibility.
2659:
2660: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
2661: p_api_version_number,
2662: l_api_name,

Line 2743: --Standard check of p_commit

2739: END IF;
2740:
2741:
2742:
2743: --Standard check of p_commit
2744: IF FND_API.to_Boolean(p_commit) THEN
2745: COMMIT WORK;
2746: END IF;
2747: FND_MSG_PUB.Count_And_Get

Line 2870: -- Standard Start of API savepoint

2866: IEM_ADMIN_DB_CONNECTION_FAILED EXCEPTION;
2867: tns_no_listener EXCEPTION;
2868: PRAGMA EXCEPTION_INIT(tns_no_listener, -12541);
2869: BEGIN
2870: -- Standard Start of API savepoint
2871: SAVEPOINT delete_folder_PVT;
2872:
2873:
2874:

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

2871: SAVEPOINT delete_folder_PVT;
2872:
2873:
2874:
2875: -- Standard call to check for call compatibility.
2876: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
2877: p_api_version_number,
2878:
2879: l_api_name,

Line 2987: --Standard check of p_commit

2983: x_return_status := FND_API.G_RET_STS_SUCCESS;
2984:
2985: END IF;
2986:
2987: --Standard check of p_commit
2988: IF FND_API.to_Boolean(p_commit) THEN
2989: COMMIT WORK;
2990: END IF;
2991:

Line 3091: --Standard Savepoint

3087: l_count_msg_postmdt number := 0;
3088:
3089: BEGIN
3090:
3091: --Standard Savepoint
3092: SAVEPOINT delete_association_on_acctId;
3093: -- Standard call to check for call compatibility.
3094: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
3095:

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

3089: BEGIN
3090:
3091: --Standard Savepoint
3092: SAVEPOINT delete_association_on_acctId;
3093: -- Standard call to check for call compatibility.
3094: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
3095:
3096: p_api_version_number,
3097: l_api_name,

Line 3144: --Standard check of p_commit

3140:
3141: delete from iem_account_route_class where email_account_id = p_email_account_id;
3142:
3143:
3144: --Standard check of p_commit
3145: IF FND_API.to_Boolean(p_commit) THEN
3146: COMMIT WORK;
3147: END IF;
3148: