DBA Data[Home] [Help]

APPS.OKS_OMIB_INT_EXTNS_PUB dependencies on FND_MSG_PUB

Line 42: FND_MSG_PUB.initialize;

38: ' ,p_new_instance_id = ' || p_new_instance_id);
39: END IF;
40:
41: IF (FND_API.to_boolean(p_init_msg_list)) THEN
42: FND_MSG_PUB.initialize;
43: END IF;
44: x_process_status := 'C'; -- C - Continue the existing logic on the caller
45: x_return_status := FND_API.G_RET_STS_SUCCESS;
46:

Line 69: FND_MSG_PUB.Count_And_Get

65: p_token1_value => sqlcode,
66: p_token2 => G_SQLERRM_TOKEN,
67: p_token2_value => sqlerrm
68: );
69: FND_MSG_PUB.Count_And_Get
70: (
71: p_count => x_msg_count,
72: p_data => x_msg_data
73: );

Line 111: FND_MSG_PUB.initialize;

107: ' ,p_subline_id = ' || p_subline_id);
108: END IF;
109:
110: IF (FND_API.to_boolean(p_init_msg_list)) THEN
111: FND_MSG_PUB.initialize;
112: END IF;
113: x_return_status := FND_API.G_RET_STS_SUCCESS;
114:
115: IF FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN

Line 136: FND_MSG_PUB.Count_And_Get

132: p_token1_value => sqlcode,
133: p_token2 => G_SQLERRM_TOKEN,
134: p_token2_value => sqlerrm
135: );
136: FND_MSG_PUB.Count_And_Get
137: (
138: p_count => x_msg_count,
139: p_data => x_msg_data
140: );