DBA Data[Home] [Help]

APPS.WIP_PICKING_PVT dependencies on WIP_UTILITIES

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

2558: x_compTbl => l_comp_sys_table,
2559: x_returnStatus => x_return_status);
2560:
2561: if(x_return_status <> FND_API.G_RET_STS_SUCCESS) then
2562: wip_utilities.get_message_stack(p_msg => x_msg_data,
2563: p_separator => ' ',
2564: p_delete_stack => fnd_api.g_true);
2565: return;
2566: end if;