DBA Data[Home] [Help]

APPS.PFT_PROFITAGG_PUB dependencies on FND_MSG_PUB

Line 269: FND_MSG_PUB.Initialize;

265: ,p_msg_text => 'BEGIN');
266:
267: -- initialize msg stack?
268: IF FND_API.To_Boolean(NVL(l_init_msg_list,'F')) THEN
269: FND_MSG_PUB.Initialize;
270: END IF;
271:
272: --------------------------------------------------------------------------
273: -- Check for the required parameters

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

808:
809: END IF;
810:
811: -- Log all Request Record Parameters if we have low level debugging
812: IF ( FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW) ) THEN
813:
814: fem_engines_pkg.tech_message (
815: p_severity => G_LOG_LEVEL_1
816: ,p_module => G_BLOCK||'.'||l_api_name||'.x_param_rec'

Line 2721: FND_MSG_PUB.Get ( p_msg_index => i

2717:
2718: ELSIF (p_msg_count > 1) THEN
2719:
2720: FOR i IN 1..p_msg_count LOOP
2721: FND_MSG_PUB.Get ( p_msg_index => i
2722: ,p_encoded => FND_API.G_FALSE
2723: ,p_data => l_message
2724: ,p_msg_index_out => l_msg_out);
2725:

Line 2737: FND_MSG_PUB.Initialize;

2733: END LOOP;
2734:
2735: END IF;
2736:
2737: FND_MSG_PUB.Initialize;
2738:
2739: END Get_Put_Messages;
2740:
2741: /*============================================================================+