DBA Data[Home] [Help]

APPS.CN_CALC_SUBMISSION_PUB dependencies on STANDARD

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

363: END IF;
364:
365: -- End of API body.
366:
367: -- Standard call to get message count and if count is 1, get message info.
368: FND_MSG_PUB.Count_And_Get
369: (p_count => x_msg_count ,
370: p_data => x_msg_data ,
371: p_encoded => FND_API.G_FALSE

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

618: END IF;
619:
620: -- End of API body.
621:
622: -- Standard call to get message count and if count is 1, get message info.
623: FND_MSG_PUB.Count_And_Get
624: (p_count => x_msg_count ,
625: p_data => x_msg_data ,
626: p_encoded => FND_API.G_FALSE

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

717: END LOOP;
718:
719: -- End of API body.
720:
721: -- Standard call to get message count and if count is 1, get message info.
722: FND_MSG_PUB.Count_And_Get
723: (p_count => x_msg_count ,
724: p_data => x_msg_data ,
725: p_encoded => FND_API.G_FALSE

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

888: END;
889:
890: -- End of API body.
891:
892: -- Standard call to get message count and if count is 1, get message info.
893: FND_MSG_PUB.Count_And_Get
894: (p_count => x_msg_count ,
895: p_data => x_msg_data ,
896: p_encoded => FND_API.G_FALSE

Line 1075: -- Standard Start of API savepoint

1071: 'cn.plsql.cn_calc_submission_pub.create_calc_submission.begin',
1072: 'Beginning of create_calc_submission ...');
1073: end if;
1074:
1075: -- Standard Start of API savepoint
1076: SAVEPOINT create_calc_submission;
1077: -- Standard call to check for call compatibility.
1078: IF NOT FND_API.compatible_api_call
1079: ( l_api_version ,p_api_version ,l_api_name ,G_PKG_NAME )

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

1073: end if;
1074:
1075: -- Standard Start of API savepoint
1076: SAVEPOINT create_calc_submission;
1077: -- Standard call to check for call compatibility.
1078: IF NOT FND_API.compatible_api_call
1079: ( l_api_version ,p_api_version ,l_api_name ,G_PKG_NAME )
1080: THEN
1081: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 1469: -- Standard check of p_commit.

1465: end if;
1466:
1467: x_return_status := FND_API.G_RET_STS_SUCCESS;
1468:
1469: -- Standard check of p_commit.
1470: IF FND_API.To_Boolean( p_commit ) THEN
1471: COMMIT WORK;
1472: END IF;
1473: -- Standard call to get message count and if count is 1, get message info.

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

1469: -- Standard check of p_commit.
1470: IF FND_API.To_Boolean( p_commit ) THEN
1471: COMMIT WORK;
1472: END IF;
1473: -- Standard call to get message count and if count is 1, get message info.
1474: FND_MSG_PUB.Count_And_Get
1475: (
1476: p_count => x_msg_count ,
1477: p_data => x_msg_data ,

Line 1683: -- Standard Start of API savepoint

1679: 'cn.plsql.cn_calc_submission_pub.update_calc_submission.begin',
1680: 'Beginning of update_calc_submission ...');
1681: end if;
1682:
1683: -- Standard Start of API savepoint
1684:
1685: SAVEPOINT update_calc_submission;
1686:
1687: -- Standard call to check for call compatibility.

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

1683: -- Standard Start of API savepoint
1684:
1685: SAVEPOINT update_calc_submission;
1686:
1687: -- Standard call to check for call compatibility.
1688:
1689: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
1690: p_api_version ,
1691: l_api_name ,

Line 2386: -- Standard check of p_commit.

2382: end if;
2383:
2384: x_return_status := FND_API.G_RET_STS_SUCCESS;
2385:
2386: -- Standard check of p_commit.
2387: -- +
2388: IF FND_API.To_Boolean( p_commit ) THEN
2389: COMMIT WORK;
2390: END IF;

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

2389: COMMIT WORK;
2390: END IF;
2391:
2392: --+
2393: -- Standard call to get message count and if count is 1, get message info.
2394: --+
2395: FND_MSG_PUB.Count_And_Get
2396: (
2397: p_count => x_msg_count ,