DBA Data[Home] [Help]

APPS.CST_RECEIPTACCRUALPEREND_PVT dependencies on STANDARD

Line 71: -- Standard Start of API savepoint

67: l_stmt_num NUMBER;
68: l_sys_setup_rec CST_SYS_SETUP_REC_TYPE;
69:
70: BEGIN
71: -- Standard Start of API savepoint
72: SAVEPOINT Start_Process_PVT;
73:
74: g_counter := 0;
75: l_stmt_num := 0;

Line 349: -- Standard Start of API savepoint

345: currency_conversion_date
346: FROM cst_per_end_accruals_temp;
347:
348: BEGIN
349: -- Standard Start of API savepoint
350: SAVEPOINT Seed_RcvAccountingEvents_PVT;
351:
352: l_stmt_num := 0;
353: -- Procedure level log message for Entry point

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

357: l_module || '.begin',
358: 'Insert_AccrualSubLedger <<');
359: END IF;
360:
361: -- Standard call to check for call compatibility.
362: IF NOT FND_API.Compatible_API_Call ( l_api_version,
363: p_api_version,
364: l_api_name,
365: G_PKG_NAME )

Line 671: -- Standard check of p_commit.

667: ( p_count => x_msg_count,
668: p_data => x_msg_data
669: );
670:
671: -- Standard check of p_commit.
672: IF FND_API.To_Boolean( p_commit ) THEN
673: COMMIT WORK;
674: END IF;
675:

Line 831: -- Standard Start of API savepoint

827: AND cpea.currency_conversion_type = glct.conversion_type(+)
828: ;
829:
830: BEGIN
831: -- Standard Start of API savepoint
832: SAVEPOINT Create_AccrualAccount_PVT;
833:
834: l_stmt_num := 0;
835: -- Procedure level log message for Entry point

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

839: l_module || '.begin',
840: 'Create_AccrualAccount <<');
841: END IF;
842:
843: -- Standard call to check for call compatibility.
844: IF NOT FND_API.Compatible_API_Call ( l_api_version,
845: p_api_version,
846: l_api_name,
847: G_PKG_NAME )

Line 1220: -- Standard check of p_commit.

1216: ( p_count => x_msg_count,
1217: p_data => x_msg_data
1218: );
1219:
1220: -- Standard check of p_commit.
1221: IF FND_API.To_Boolean( p_commit ) THEN
1222: COMMIT WORK;
1223: END IF;
1224:

Line 1311: -- Standard Start of API savepoint

1307: l_stmt_num NUMBER;
1308: l_msg_data VARCHAR2(240);
1309:
1310: BEGIN
1311: -- Standard Start of API savepoint
1312: SAVEPOINT Insert_Account_PVT;
1313:
1314: l_stmt_num := 0;
1315: -- Procedure level log message for Entry point

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

1319: l_module || '.begin',
1320: 'Insert_Account <<');
1321: END IF;
1322:
1323: -- Standard call to check for call compatibility.
1324: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1325: p_api_version,
1326: l_api_name,
1327: G_PKG_NAME )

Line 1417: -- Standard check of p_commit.

1413: ( p_count => x_msg_count,
1414: p_data => x_msg_data
1415: );
1416:
1417: -- Standard check of p_commit.
1418: IF FND_API.To_Boolean( p_commit ) THEN
1419: COMMIT WORK;
1420: END IF;
1421:

Line 1510: -- Standard Start of API savepoint

1506: l_user_id NUMBER;
1507: l_login_id NUMBER;
1508:
1509: BEGIN
1510: -- Standard Start of API savepoint
1511: SAVEPOINT Insert_AccrualSubLedger_PVT;
1512:
1513: l_stmt_num := 0;
1514: -- Procedure level log message for Entry point

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

1518: l_module || '.begin',
1519: 'Insert_AccrualSubLedger <<');
1520: END IF;
1521:
1522: -- Standard call to check for call compatibility.
1523: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1524: p_api_version,
1525: l_api_name,
1526: G_PKG_NAME )

Line 1672: -- Standard check of p_commit.

1668: ( p_count => x_msg_count,
1669: p_data => x_msg_data
1670: );
1671:
1672: -- Standard check of p_commit.
1673: IF FND_API.To_Boolean( p_commit ) THEN
1674: COMMIT WORK;
1675: END IF;
1676:

Line 1771: -- Standard Start of API savepoint

1767:
1768: l_batch_no NUMBER;
1769:
1770: BEGIN
1771: -- Standard Start of API savepoint
1772: SAVEPOINT Get_SystemSetup_PVT;
1773:
1774: l_stmt_num := 0;
1775: -- Procedure level log message for Entry point

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

1780: 'Get_SystemSetup <<' ||
1781: 'p_period_name =' || p_period_name);
1782: END IF;
1783:
1784: -- Standard call to check for call compatibility.
1785: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1786: p_api_version,
1787: l_api_name,
1788: G_PKG_NAME )