DBA Data[Home] [Help]

APPS.WIP_SUB_OP_RESOURCES_PKG dependencies on WIP_UTILITIES

Line 1245: wip_utilities.get_message_stack(p_delete_stack => fnd_api.g_true,

1241: end if;
1242: EXCEPTION
1243: WHEN others THEN
1244: x_msg_count := fnd_msg_pub.count_msg;
1245: wip_utilities.get_message_stack(p_delete_stack => fnd_api.g_true,
1246: p_msg => x_msg_data);
1247: x_status := fnd_api.g_ret_sts_error;
1248: ROLLBACK to start_point;
1249: END Replace_Resources;