DBA Data[Home] [Help]

APPS.CSD_LOGISTICS_UTIL dependencies on OE_MSG_PUB

Line 3991: oe_Msg_Pub.initialize;

3987: -- Initialize message list if p_init_msg_list is set to TRUE.
3988: IF Fnd_Api.to_Boolean(p_init_msg_list)
3989: THEN
3990: Fnd_Msg_Pub.initialize;
3991: oe_Msg_Pub.initialize;
3992: END IF;
3993: -- Initialize API return status to success
3994: x_return_status := Fnd_Api.G_RET_STS_SUCCESS;
3995: -- ---------------

Line 4085: oe_Msg_Pub.Count_And_Get(p_count => x_msg_count,

4081: -- Standard call to get message count and IF count is get message info.
4082: Fnd_Msg_Pub.Count_And_Get(p_count => x_msg_count,
4083: p_data => x_msg_data);
4084: if(x_msg_count = 0) then
4085: oe_Msg_Pub.Count_And_Get(p_count => x_msg_count,
4086: p_data => x_msg_data);
4087: end if;
4088:
4089: EXCEPTION

Line 4096: oe_Msg_Pub.Count_And_Get(p_count => x_msg_count,

4092: ROLLBACK TO CANCEL_PRODTXN_PVT;
4093: Fnd_Msg_Pub.count_and_get(p_count => x_msg_count,
4094: p_data => x_msg_data);
4095: if(x_msg_count = 0) then
4096: oe_Msg_Pub.Count_And_Get(p_count => x_msg_count,
4097: p_data => x_msg_data);
4098: end if;
4099:
4100: IF (Fnd_Log.level_error >= Fnd_Log.g_current_runtime_level)

Line 4113: oe_Msg_Pub.Count_And_Get(p_count => x_msg_count,

4109: ROLLBACK TO CANCEL_PRODTXN_PVT;
4110: Fnd_Msg_Pub.count_and_get(p_count => x_msg_count,
4111: p_data => x_msg_data);
4112: if(x_msg_count = 0) then
4113: oe_Msg_Pub.Count_And_Get(p_count => x_msg_count,
4114: p_data => x_msg_data);
4115: end if;
4116:
4117: IF (Fnd_Log.level_exception >= Fnd_Log.g_current_runtime_level)

Line 4136: oe_Msg_Pub.Count_And_Get(p_count => x_msg_count,

4132:
4133: Fnd_Msg_Pub.count_and_get(p_count => x_msg_count,
4134: p_data => x_msg_data);
4135: if(x_msg_count = 0) then
4136: oe_Msg_Pub.Count_And_Get(p_count => x_msg_count,
4137: p_data => x_msg_data);
4138: end if;
4139:
4140: IF (Fnd_Log.level_exception >= Fnd_Log.g_current_runtime_level)