DBA Data[Home] [Help]

APPS.FEM_GENDEFAULTS_ENG_PKG dependencies on FND_MSG_PUB

Line 88: FND_MSG_PUB.count_and_get(p_encoded => c_false

84: p_msg_text => 'BEGIN');
85: END IF;
86:
87: -- Count the number of messages on the stack
88: FND_MSG_PUB.count_and_get(p_encoded => c_false
89: ,p_count => v_msg_count
90: ,p_data => v_msg_data);
91:
92:

Line 110: FND_MSG_PUB.Get(

106: END IF;
107:
108: ELSIF (v_msg_count > 1) THEN
109: FOR i IN 1..v_msg_count LOOP
110: FND_MSG_PUB.Get(
111: p_msg_index => i,
112: p_encoded => c_false,
113: p_data => v_message,
114: p_msg_index_out => v_msg_index_out);

Line 129: FND_MSG_PUB.Initialize;

125:
126: END LOOP;
127: END IF;
128:
129: FND_MSG_PUB.Initialize;
130:
131: FEM_ENGINES_PKG.Tech_Message
132: (p_severity => c_log_level_2,
133: p_module => c_block||'.'||'Report_errors',

Line 210: FND_MSG_PUB.Initialize;

206: ,p_msg_text => 'begin');
207: END IF;
208:
209: -- initialize the message stack
210: FND_MSG_PUB.Initialize;
211:
212: v_execution_status := 'SUCCESS';
213: gv_request_id := fnd_global.conc_request_id;
214: