DBA Data[Home] [Help]

APPS.CSI_TRANSACTIONS_PVT dependencies on STANDARD

Line 647: -- standard start of api savepoint

643:
644:
645: BEGIN
646:
647: -- standard start of api savepoint
648: IF fnd_api.to_boolean(p_commit)
649: THEN
650: SAVEPOINT get_transactions_pvt;
651: END IF;

Line 653: -- standard call to check for call compatibility.

649: THEN
650: SAVEPOINT get_transactions_pvt;
651: END IF;
652:
653: -- standard call to check for call compatibility.
654: IF NOT fnd_api.compatible_api_call ( l_api_version_number,
655: p_api_version_number,
656: l_api_name,
657: g_pkg_name)

Line 830: -- standard call to get message count and if count is 1, get message info.

826: -- end of api body
827: --
828: dbms_sql.close_cursor(l_cur_get_transactions);
829:
830: -- standard call to get message count and if count is 1, get message info.
831: fnd_msg_pub.count_and_get
832: ( p_count => x_msg_count,
833: p_data => x_msg_data
834: );

Line 1004: -- standard start of api savepoint

1000: l_debug_level NUMBER;
1001:
1002: BEGIN
1003:
1004: -- standard start of api savepoint
1005: IF fnd_api.to_boolean(p_commit)
1006: THEN
1007: SAVEPOINT create_transactions_pvt;
1008: END IF;

Line 1010: -- standard call to check for call compatibility.

1006: THEN
1007: SAVEPOINT create_transactions_pvt;
1008: END IF;
1009:
1010: -- standard call to check for call compatibility.
1011: IF NOT fnd_api.compatible_api_call ( l_api_version,
1012: p_api_version,
1013: l_api_name,
1014: g_pkg_name)

Line 1230: -- standard check for p_commit

1226: --
1227: -- end of api body
1228: --
1229:
1230: -- standard check for p_commit
1231: IF fnd_api.to_boolean( p_commit )
1232: THEN
1233: COMMIT WORK;
1234: END IF;

Line 1237: -- standard call to get message count and if count is 1, get message info.

1233: COMMIT WORK;
1234: END IF;
1235:
1236:
1237: -- standard call to get message count and if count is 1, get message info.
1238: fnd_msg_pub.count_and_get
1239: ( p_count => x_msg_count,
1240: p_data => x_msg_data
1241: );

Line 1320: -- standard start of api savepoint

1316: l_rowid ROWID;
1317: l_debug_level NUMBER;
1318:
1319: BEGIN
1320: -- standard start of api savepoint
1321: IF fnd_api.to_boolean(p_commit)
1322: THEN
1323: SAVEPOINT update_transactions_pvt;
1324: END IF;

Line 1326: -- standard call to check for call compatibility.

1322: THEN
1323: SAVEPOINT update_transactions_pvt;
1324: END IF;
1325:
1326: -- standard call to check for call compatibility.
1327: IF NOT fnd_api.compatible_api_call ( l_api_version,
1328: p_api_version,
1329: l_api_name,
1330: g_pkg_name)

Line 1435: -- standard check for p_commit

1431: --
1432: -- end of api body.
1433: --
1434:
1435: -- standard check for p_commit
1436: IF fnd_api.to_boolean( p_commit )
1437: THEN
1438: COMMIT WORK;
1439: END IF;

Line 1444: -- standard call to get message count and if count is 1, get message info.

1440:
1441:
1442:
1443:
1444: -- standard call to get message count and if count is 1, get message info.
1445: fnd_msg_pub.count_and_get
1446: ( p_count => x_msg_count,
1447: p_data => x_msg_data
1448: );

Line 1512: -- standard start of api savepoint

1508: l_access_flag VARCHAR2(1);
1509: l_debug_level NUMBER;
1510:
1511: BEGIN
1512: -- standard start of api savepoint
1513: IF fnd_api.to_boolean(p_commit)
1514: THEN
1515: SAVEPOINT create_txn_error_pvt;
1516: END IF;

Line 1517: -- standard call to check for call compatibility.

1513: IF fnd_api.to_boolean(p_commit)
1514: THEN
1515: SAVEPOINT create_txn_error_pvt;
1516: END IF;
1517: -- standard call to check for call compatibility.
1518: IF NOT fnd_api.compatible_api_call ( l_api_version,
1519: p_api_version,
1520: l_api_name,
1521: g_pkg_name)

Line 1611: -- standard check for p_commit

1607: --
1608: -- end of api body
1609: --
1610:
1611: -- standard check for p_commit
1612: IF fnd_api.to_boolean( p_commit )
1613: THEN
1614: COMMIT WORK;
1615: END IF;

Line 1617: -- standard call to get message count and if count is 1, get message info.

1613: THEN
1614: COMMIT WORK;
1615: END IF;
1616:
1617: -- standard call to get message count and if count is 1, get message info.
1618: fnd_msg_pub.count_and_get
1619: ( p_count => x_msg_count,
1620: p_data => x_msg_data
1621: );

Line 1717: -- standard call to get message count and if count is 1, get message info.

1713: END;
1714: END IF;
1715: END IF;
1716:
1717: -- standard call to 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 1757: -- standard call to get message count and if count is 1, get message info.

1753: fnd_msg_pub.add;
1754: x_return_status := fnd_api.g_ret_sts_error;
1755: END IF;
1756:
1757: -- standard call to get message count and if count is 1, get message info.
1758: fnd_msg_pub.count_and_get
1759: ( p_count => x_msg_count,
1760: p_data => x_msg_data
1761: );

Line 1812: -- standard call to get message count and if count is 1, get message info.

1808: fnd_msg_pub.add;
1809: x_return_status := fnd_api.g_ret_sts_error;
1810: END;
1811: END IF;
1812: -- standard call to get message count and if count is 1, get message info.
1813: fnd_msg_pub.count_and_get
1814: ( p_count => x_msg_count,
1815: p_data => x_msg_data
1816: );

Line 1928: -- standard call to get message count and if count is 1, get message info.

1924:
1925: END;
1926: END;
1927:
1928: -- standard call to get message count and if count is 1, get message info.
1929: fnd_msg_pub.count_and_get
1930: ( p_count => x_msg_count,
1931: p_data => x_msg_data
1932: );

Line 1973: -- standard call to get message count and if count is 1, get message info.

1969: x_return_status := fnd_api.g_ret_sts_error;
1970: END IF;
1971: END IF;
1972:
1973: -- standard call to get message count and if count is 1, get message info.
1974: fnd_msg_pub.count_and_get
1975: ( p_count => x_msg_count,
1976: p_data => x_msg_data
1977: );

Line 2022: -- standard call to get message count and if count is 1, get message info.

2018: fnd_msg_pub.add;
2019: x_return_status := fnd_api.g_ret_sts_error;
2020: END;
2021: END IF;
2022: -- standard call to get message count and if count is 1, get message info.
2023: fnd_msg_pub.count_and_get
2024: ( p_count => x_msg_count,
2025: p_data => x_msg_data
2026: );