DBA Data[Home] [Help]

APPS.FEM_REFRESH_ENG_PKG dependencies on FND_MSG_PUB

Line 1065: FND_MSG_PUB.count_and_get(p_encoded => c_false

1061: p_module => c_block||'.'||'Report_errors',
1062: p_msg_text => 'BEGIN');
1063:
1064: -- Count the number of messages on the stack
1065: FND_MSG_PUB.count_and_get(p_encoded => c_false
1066: ,p_count => v_msg_count
1067: ,p_data => v_msg_data);
1068:
1069:

Line 1084: FND_MSG_PUB.Get(

1080: p_msg_text => v_message);
1081:
1082: ELSIF (v_msg_count > 1) THEN
1083: FOR i IN 1..v_msg_count LOOP
1084: FND_MSG_PUB.Get(
1085: p_msg_index => i,
1086: p_encoded => c_false,
1087: p_data => v_message,
1088: p_msg_index_out => v_msg_index_out);

Line 1101: FND_MSG_PUB.Initialize;

1097:
1098: END LOOP;
1099: END IF;
1100:
1101: FND_MSG_PUB.Initialize;
1102:
1103: FEM_ENGINES_PKG.Tech_Message
1104: (p_severity => c_log_level_2,
1105: p_module => c_block||'.'||'Report_errors',

Line 1463: FND_MSG_PUB.Initialize;

1459: ,p_module => c_block||'.'||c_proc_name||'.Main'
1460: ,p_msg_text => 'begin');
1461:
1462: -- initialize the message stack
1463: FND_MSG_PUB.Initialize;
1464:
1465: v_execution_status := 'SUCCESS';
1466: gv_request_id := fnd_global.conc_request_id;
1467: