DBA Data[Home] [Help]

APPS.FEM_SETUP_PKG dependencies on STANDARD

Line 983: -- Standard call to check for call compatibility

979: l_init_msg_list := NVL(p_init_msg_list, c_false);
980: l_commit := NVL(p_commit, c_false);
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

Line 1043: -- Standard check of p_commit

1039: -----------------------
1040: -- Finalize API Call --
1041: -----------------------
1042:
1043: -- Standard check of p_commit
1044:
1045: IF FND_API.To_Boolean(p_commit) THEN
1046:
1047: commit work;

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

1047: commit work;
1048:
1049: END IF;
1050:
1051: -- Standard call to get message count and if count is 1, get message info
1052:
1053: FND_MSG_PUB.Count_And_Get (
1054: p_count => x_msg_count
1055: ,p_data => x_msg_data