DBA Data[Home] [Help]

APPS.CN_CALC_FORMULAS_PVT dependencies on STANDARD

Line 277: -- Standard Start of API savepoint

273: l_perf_measure_name VARCHAR2(30);
274: l_consolidated_note VARCHAR2(2000);
275: /* End - R12 Notes History */
276: BEGIN
277: -- Standard Start of API savepoint
278: SAVEPOINT Create_Formula;
279: -- Standard call to check for call compatibility.
280: IF NOT FND_API.Compatible_API_Call
281: (l_api_version ,

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

275: /* End - R12 Notes History */
276: BEGIN
277: -- Standard Start of API savepoint
278: SAVEPOINT Create_Formula;
279: -- Standard call to check for call compatibility.
280: IF NOT FND_API.Compatible_API_Call
281: (l_api_version ,
282: p_api_version ,
283: l_api_name ,

Line 510: -- Standard check of p_commit.

506: if p_modeling_flag = 'Y' then
507: check_modeling(x_calc_formula_id, p_cumulative_flag, p_output_exp_id, p_f_output_exp_id);
508: end if;
509:
510: -- Standard check of p_commit.
511: IF FND_API.To_Boolean( p_commit ) THEN
512: COMMIT WORK;
513: END IF;
514:

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

533: END IF;
534:
535: -- End of API body.
536:
537: -- Standard call to get message count and if count is 1, get message info.
538: FND_MSG_PUB.Count_And_Get
539: (p_count => x_msg_count ,
540: p_data => x_msg_data ,
541: p_encoded => FND_API.G_FALSE );

Line 686: -- Standard Start of API savepoint

682: where qa.quota_id = q.quota_id
683: and q.calc_formula_id = p_calc_formula_id;
684:
685: BEGIN
686: -- Standard Start of API savepoint
687: SAVEPOINT Update_Formula;
688: -- Standard call to check for call compatibility.
689: IF NOT FND_API.Compatible_API_Call
690: (l_api_version ,

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

684:
685: BEGIN
686: -- Standard Start of API savepoint
687: SAVEPOINT Update_Formula;
688: -- Standard call to check for call compatibility.
689: IF NOT FND_API.Compatible_API_Call
690: (l_api_version ,
691: p_api_version ,
692: l_api_name ,

Line 1378: -- Standard check of p_commit.

1374: if x_return_status <> FND_API.G_RET_STS_SUCCESS then
1375: RAISE FND_API.G_EXC_ERROR;
1376: end if;
1377:
1378: -- Standard check of p_commit.
1379: IF FND_API.To_Boolean( p_commit ) THEN
1380: COMMIT WORK;
1381: END IF;
1382:

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

1400: x_msg_data => x_msg_data);
1401: END IF;
1402: -- End of API body.
1403:
1404: -- Standard call to get message count and if count is 1, get message info.
1405: FND_MSG_PUB.count_and_get
1406: (p_count => x_msg_count ,
1407: p_data => x_msg_data ,
1408: p_encoded => FND_API.G_FALSE );

Line 1472: -- Standard Start of API savepoint

1468: WHERE exists (SELECT 1 FROM cn_calc_edges
1469: WHERE child_id = p_calc_formula_id
1470: AND edge_type = 'FE');
1471: BEGIN
1472: -- Standard Start of API savepoint
1473: SAVEPOINT Delete_Formula;
1474: -- Standard call to check for call compatibility.
1475: IF NOT FND_API.Compatible_API_Call
1476: (l_api_version ,

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

1470: AND edge_type = 'FE');
1471: BEGIN
1472: -- Standard Start of API savepoint
1473: SAVEPOINT Delete_Formula;
1474: -- Standard call to check for call compatibility.
1475: IF NOT FND_API.Compatible_API_Call
1476: (l_api_version ,
1477: p_api_version ,
1478: l_api_name ,

Line 1574: -- Standard check of p_commit.

1570: -- delete formula packages and the records in cn_objects if they exist.
1571:
1572: -- End of API body.
1573:
1574: -- Standard check of p_commit.
1575: IF FND_API.To_Boolean( p_commit ) THEN
1576: COMMIT WORK;
1577: END IF;
1578: -- Standard call to get message count and if count is 1, get message info.

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

1574: -- Standard check of p_commit.
1575: IF FND_API.To_Boolean( p_commit ) THEN
1576: COMMIT WORK;
1577: END IF;
1578: -- Standard call to get message count and if count is 1, get message info.
1579: FND_MSG_PUB.count_and_get
1580: (p_count => x_msg_count ,
1581: p_data => x_msg_data ,
1582: p_encoded => FND_API.G_FALSE );

Line 1714: -- Standard Start of API savepoint

1710: AND rate_schedule_id IN (SELECT rate_schedule_id
1711: FROM cn_rt_formula_asgns
1712: WHERE calc_formula_id = p_calc_formula_id);
1713: BEGIN
1714: -- Standard Start of API savepoint
1715: SAVEPOINT Generate_Formula;
1716: -- Standard call to check for call compatibility.
1717: IF NOT FND_API.Compatible_API_Call
1718: (l_api_version ,

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

1712: WHERE calc_formula_id = p_calc_formula_id);
1713: BEGIN
1714: -- Standard Start of API savepoint
1715: SAVEPOINT Generate_Formula;
1716: -- Standard call to check for call compatibility.
1717: IF NOT FND_API.Compatible_API_Call
1718: (l_api_version ,
1719: p_api_version ,
1720: l_api_name ,

Line 1989: -- Standard check of p_commit.

1985: END IF;
1986:
1987: -- End of API body.
1988:
1989: -- Standard check of p_commit.
1990: IF FND_API.To_Boolean( p_commit ) THEN
1991: COMMIT WORK;
1992: END IF;
1993: -- Standard call to get message count and if count is 1, get message info.

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

1989: -- Standard check of p_commit.
1990: IF FND_API.To_Boolean( p_commit ) THEN
1991: COMMIT WORK;
1992: END IF;
1993: -- Standard call to get message count and if count is 1, get message info.
1994: FND_MSG_PUB.Count_And_Get
1995: (p_count => x_msg_count ,
1996: p_data => x_msg_data ,
1997: p_encoded => FND_API.G_FALSE );