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 829: -- Standard Start of API savepoint

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

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

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

Line 1331: -- Standard check of p_commit.

1327: ( p_count => x_msg_count,
1328: p_data => x_msg_data
1329: );
1330:
1331: -- Standard check of p_commit.
1332: IF FND_API.To_Boolean( p_commit ) THEN
1333: COMMIT WORK;
1334: END IF;
1335:

Line 1422: -- Standard Start of API savepoint

1418: l_stmt_num NUMBER;
1419: l_msg_data VARCHAR2(240);
1420:
1421: BEGIN
1422: -- Standard Start of API savepoint
1423: SAVEPOINT Insert_Account_PVT;
1424:
1425: l_stmt_num := 0;
1426: -- Procedure level log message for Entry point

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

1430: l_module || '.begin',
1431: 'Insert_Account <<');
1432: END IF;
1433:
1434: -- Standard call to check for call compatibility.
1435: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1436: p_api_version,
1437: l_api_name,
1438: G_PKG_NAME )

Line 1528: -- Standard check of p_commit.

1524: ( p_count => x_msg_count,
1525: p_data => x_msg_data
1526: );
1527:
1528: -- Standard check of p_commit.
1529: IF FND_API.To_Boolean( p_commit ) THEN
1530: COMMIT WORK;
1531: END IF;
1532:

Line 1621: -- Standard Start of API savepoint

1617: l_user_id NUMBER;
1618: l_login_id NUMBER;
1619:
1620: BEGIN
1621: -- Standard Start of API savepoint
1622: SAVEPOINT Insert_AccrualSubLedger_PVT;
1623:
1624: l_stmt_num := 0;
1625: -- Procedure level log message for Entry point

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

1629: l_module || '.begin',
1630: 'Insert_AccrualSubLedger <<');
1631: END IF;
1632:
1633: -- Standard call to check for call compatibility.
1634: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1635: p_api_version,
1636: l_api_name,
1637: G_PKG_NAME )

Line 1783: -- Standard check of p_commit.

1779: ( p_count => x_msg_count,
1780: p_data => x_msg_data
1781: );
1782:
1783: -- Standard check of p_commit.
1784: IF FND_API.To_Boolean( p_commit ) THEN
1785: COMMIT WORK;
1786: END IF;
1787:

Line 1882: -- Standard Start of API savepoint

1878:
1879: l_batch_no NUMBER;
1880:
1881: BEGIN
1882: -- Standard Start of API savepoint
1883: SAVEPOINT Get_SystemSetup_PVT;
1884:
1885: l_stmt_num := 0;
1886: -- Procedure level log message for Entry point

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

1891: 'Get_SystemSetup <<' ||
1892: 'p_period_name =' || p_period_name);
1893: END IF;
1894:
1895: -- Standard call to check for call compatibility.
1896: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1897: p_api_version,
1898: l_api_name,
1899: G_PKG_NAME )