DBA Data[Home] [Help]

APPS.PV_BENFT_STATUS_CHANGE dependencies on STANDARD

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

71:
72: l_role_list_tbl WF_DIRECTORY.UserTable; --Bug 5124079
73:
74: BEGIN
75: -- Standard call to check for call compatibility.
76:
77: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
78: p_api_version_number,
79: l_api_name,

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

257: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE,
258: 'pv.plsql.PV_BENFT_STATUS_CHANGE.STATUS_CHANGE_NOTIFICATION.end', 'Exiting' );
259: end if;
260:
261: -- Standard call to get message count and if count is 1, get message info.
262: fnd_msg_pub.Count_And_Get( p_encoded => FND_API.G_TRUE,
263: p_count => x_msg_count,
264: p_data => x_msg_data);
265: EXCEPTION

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

480: and APR.approval_status_code IN ('PENDING_APPROVAL','PENDING_DEFAULT')
481: and apr.approver_type_code = 'USER';
482:
483: BEGIN
484: -- Standard call to check for call compatibility.
485:
486: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
487: p_api_version_number,
488: l_api_name,

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

883: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE,
884: 'pv.plsql.PV_BENFT_STATUS_CHANGE.STATUS_CHANGE_LOGGING.end', 'Exiting');
885: end if;
886:
887: -- Standard call to get message count and if count is 1, get message info.
888: fnd_msg_pub.Count_And_Get( p_encoded => FND_API.G_TRUE,
889: p_count => x_msg_count,
890: p_data => x_msg_data);
891:

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

1773: l_parameter_list wf_parameter_list_t := wf_parameter_list_t();
1774: l_parameter_t wf_parameter_t := wf_parameter_t(null, null);
1775:
1776: BEGIN
1777: -- Standard call to check for call compatibility.
1778:
1779: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
1780: p_api_version_number,
1781: l_api_name,

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

1846: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE,
1847: 'pv.plsql.PV_BENFT_STATUS_CHANGE.STATUS_CHANGE_RAISE.end', 'Exiting' );
1848: end if;
1849:
1850: -- Standard call to get message count and if count is 1, get message info.
1851: fnd_msg_pub.Count_And_Get( p_encoded => FND_API.G_TRUE,
1852: p_count => x_msg_count,
1853: p_data => x_msg_data);
1854: