DBA Data[Home] [Help]

APPS.PFT_PPROFCAL_MASTER_PUB dependencies on FND_MSG_PUB

Line 246: fnd_msg_pub.initialize;

242: ,p_module => G_BLOCK||l_api_name
243: ,p_msg_text => 'BEGIN');
244:
245: fnd_log_repository.init;
246: fnd_msg_pub.initialize;
247:
248: --------------------------------------------------------------------------
249: -- Check for the required parameters
250: --------------------------------------------------------------------------

Line 793: IF ( FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW) ) THEN

789:
790: END IF;
791:
792: -- Log all Request Record Parameters if we have low level debugging
793: IF ( FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW) ) THEN
794:
795: FEM_ENGINES_PKG.Tech_Message (
796: p_severity => G_LOG_LEVEL_1
797: ,p_module => G_BLOCK||'.'||l_api_name||'.x_param_rec'

Line 2043: FND_MSG_PUB.Get ( p_msg_index => i

2039: ELSIF (p_msg_count > 1) THEN
2040:
2041: FOR i IN 1..p_msg_count LOOP
2042:
2043: FND_MSG_PUB.Get ( p_msg_index => i
2044: ,p_encoded => FND_API.G_FALSE
2045: ,p_data => l_message
2046: ,p_msg_index_out => l_msg_out);
2047:

Line 2059: FND_MSG_PUB.Initialize;

2055: END LOOP;
2056:
2057: END IF;
2058:
2059: FND_MSG_PUB.Initialize;
2060:
2061: END Get_Put_Messages;
2062:
2063: --SSHANMUG : Added additional proc for PL Implementation