DBA Data[Home] [Help]

APPS.FEM_SETUP_PKG dependencies on FND_API

Line 985: IF NOT FND_API.Compatible_API_Call (

981: l_encoded := NVL(p_encoded, c_true);
982:
983: -- Standard call to check for call compatibility
984:
985: IF NOT FND_API.Compatible_API_Call (
986: p_current_version_number => l_api_version
987: ,p_caller_version_number => p_api_version
988: ,p_api_name => l_api_name
989: ,p_pkg_name => 'fem_setup_pkg'

Line 992: raise FND_API.G_EXC_UNEXPECTED_ERROR;

988: ,p_api_name => l_api_name
989: ,p_pkg_name => 'fem_setup_pkg'
990: ) THEN
991:
992: raise FND_API.G_EXC_UNEXPECTED_ERROR;
993:
994: END IF;
995:
996: -- Initialize Message Stack on FND_MSG_PUB

Line 998: IF(FND_API.To_Boolean(p_init_msg_list)) THEN

994: END IF;
995:
996: -- Initialize Message Stack on FND_MSG_PUB
997:
998: IF(FND_API.To_Boolean(p_init_msg_list)) THEN
999:
1000: FND_MSG_PUB.Initialize;
1001:
1002: END IF;

Line 1045: IF FND_API.To_Boolean(p_commit) THEN

1041: -----------------------
1042:
1043: -- Standard check of p_commit
1044:
1045: IF FND_API.To_Boolean(p_commit) THEN
1046:
1047: commit work;
1048:
1049: END IF;

Line 1064: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN

1060: ,p_msg_text => 'End');
1061:
1062: EXCEPTION
1063:
1064: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1065:
1066: x_return_status := c_error;
1067:
1068: fem_engines_pkg.tech_message (p_severity => g_log_level_4