DBA Data[Home] [Help]

APPS.WIP_PICKING_PVT dependencies on WIP_UTILITIES

Line 2667: wip_utilities.get_message_stack(p_msg => x_msg_data,

2663: x_compTbl => l_comp_sys_table,
2664: x_returnStatus => x_return_status);
2665:
2666: if(x_return_status <> FND_API.G_RET_STS_SUCCESS) then
2667: wip_utilities.get_message_stack(p_msg => x_msg_data,
2668: p_separator => ' ',
2669: p_delete_stack => fnd_api.g_true);
2670: return;
2671: end if;