DBA Data[Home] [Help]

APPS.FLM_SEQ_CUSTOM dependencies on FND_MSG_PUB

Line 41: FND_MSG_PUB.Count_And_Get

37:
38: /* Add code here */
39:
40: -- Get message count and data
41: FND_MSG_PUB.Count_And_Get
42: ( p_count => x_msg_count,
43: p_data => x_msg_data
44: );
45:

Line 52: FND_MSG_PUB.Count_And_Get

48: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
49: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
50:
51: -- Get message count and data
52: FND_MSG_PUB.Count_And_Get
53: ( p_count => x_msg_count
54: , p_data => x_msg_data
55: );
56:

Line 59: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

55: );
56:
57: WHEN OTHERS THEN
58: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
59: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
60: FND_MSG_PUB.Add_Exc_Msg
61: ( G_PKG_NAME
62: , 'Get_Attribute'
63: );

Line 60: FND_MSG_PUB.Add_Exc_Msg

56:
57: WHEN OTHERS THEN
58: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
59: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
60: FND_MSG_PUB.Add_Exc_Msg
61: ( G_PKG_NAME
62: , 'Get_Attribute'
63: );
64: END IF;

Line 67: FND_MSG_PUB.Count_And_Get

63: );
64: END IF;
65:
66: -- Get message count and data
67: FND_MSG_PUB.Count_And_Get
68: ( p_count => x_msg_count
69: , p_data => x_msg_data
70: );
71:

Line 100: FND_MSG_PUB.Count_And_Get

96:
97: /* Add code here */
98:
99: -- Get message count and data
100: FND_MSG_PUB.Count_And_Get
101: ( p_count => x_msg_count,
102: p_data => x_msg_data
103: );
104:

Line 111: FND_MSG_PUB.Count_And_Get

107: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
108: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
109:
110: -- Get message count and data
111: FND_MSG_PUB.Count_And_Get
112: ( p_count => x_msg_count
113: , p_data => x_msg_data
114: );
115:

Line 118: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

114: );
115:
116: WHEN OTHERS THEN
117: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
118: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
119: FND_MSG_PUB.Add_Exc_Msg
120: ( G_PKG_NAME
121: , 'Post_Process_demand'
122: );

Line 119: FND_MSG_PUB.Add_Exc_Msg

115:
116: WHEN OTHERS THEN
117: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
118: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
119: FND_MSG_PUB.Add_Exc_Msg
120: ( G_PKG_NAME
121: , 'Post_Process_demand'
122: );
123: END IF;

Line 126: FND_MSG_PUB.Count_And_Get

122: );
123: END IF;
124:
125: -- Get message count and data
126: FND_MSG_PUB.Count_And_Get
127: ( p_count => x_msg_count
128: , p_data => x_msg_data
129: );
130: